tools

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CalculatorTool tool.Tool
View Source
var CurrentTimeTool tool.Tool

Functions

This section is empty.

Types

type CalcInput

type CalcInput struct {
	Expression string `json:"expression"`
}

type CalcOutput

type CalcOutput struct {
	Result float64 `json:"result"`
}

type CurrentTimeInput

type CurrentTimeInput struct {
	Timezone string `json:"timezone,omitempty"` // optional, e.g. "Europe/Amsterdam"
}

type CurrentTimeOutput

type CurrentTimeOutput struct {
	Datetime string `json:"datetime"` // RFC3339 format
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL