Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DtmfPublisher ¶
type EndCallTool ¶
type EndCallTool struct {
// contains filtered or unexported fields
}
func NewEndCallTool ¶
func NewEndCallTool(shutter Shutter, opts EndCallToolOptions) *EndCallTool
func (*EndCallTool) Description ¶
func (t *EndCallTool) Description() string
func (*EndCallTool) ID ¶
func (t *EndCallTool) ID() string
func (*EndCallTool) Name ¶
func (t *EndCallTool) Name() string
func (*EndCallTool) Parameters ¶
func (t *EndCallTool) Parameters() map[string]any
type EndCallToolOptions ¶
type EndCallToolOptions struct {
ExtraDescription string
DeleteRoom bool
EndInstructions string
OnToolCalled func(ctx *agent.RunContext)
OnToolCompleted func(ctx *agent.RunContext, output string)
}
type SendDTMFTool ¶
type SendDTMFTool struct {
// contains filtered or unexported fields
}
func NewSendDTMFTool ¶
func NewSendDTMFTool(publisher DtmfPublisher) *SendDTMFTool
func (*SendDTMFTool) Description ¶
func (t *SendDTMFTool) Description() string
func (*SendDTMFTool) ID ¶
func (t *SendDTMFTool) ID() string
func (*SendDTMFTool) Name ¶
func (t *SendDTMFTool) Name() string
func (*SendDTMFTool) Parameters ¶
func (t *SendDTMFTool) Parameters() map[string]any
Click to show internal directories.
Click to hide internal directories.