Discover Packages
github.com/bagaking/botheater
call
package
Version:
v0.0.0-...-849288d
Opens a new window with list of versions in this module.
Published: Aug 25, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
ErrHasNoFunctionCall = irr .Error ("has no function call")
ErrToolNotFound = irr .Error ("tool not found")
ErrParamsLenNotMet = irr .Error ("params length not met")
ErrExecFailedInvalidParams = irr .Error ("invalid params")
)
type Result struct {
*Caller
FunctionName string `json:"function_name,omitempty"`
ParamValues []string `json:"param_values,omitempty"`
ExpectedParamNames []string `json:"expected_param_names,omitempty"`
Response any `json:"response,omitempty"`
Error error `json:"error,omitempty"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.