Documentation
¶
Index ¶
- type Host
- func (h *Host) Close() error
- func (h *Host) Execute(cmd *exec.Cmd) (*provider.Provider, error)
- func (h *Host) Handler(f *openai.ChatCompletionMessageToolCallFunction) (tool.Handler, error)
- func (h *Host) Tool(name string) (openai.ChatCompletionToolParam, bool)
- func (h *Host) Tools() ([]openai.ChatCompletionToolParam, error)
- type HostedToolHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Host ¶
type Host struct {
// contains filtered or unexported fields
}
type HostedToolHandler ¶
type HostedToolHandler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.