tools

package
v0.0.0-...-93ac733 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCurrentTime

func GetCurrentTime(g *genkit.Genkit) ai.Tool

Types

type GetCurrentTimeInput

type GetCurrentTimeInput struct {
}

type GetCurrentTimeOutput

type GetCurrentTimeOutput struct {
	Time time.Time `json:"time"`
}