Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain[TInput, TOutput any] struct { // contains filtered or unexported fields }
func NewChain ¶
func NewChain[TInput, TOutput any]( chatModel model.ToolCallingChatModel, promptBuilder PromptBuilder[TInput], toolName string, toolDesc string, ) (*Chain[TInput, TOutput], error)
func (*Chain[TInput, TOutput]) GetToolInfo ¶
Click to show internal directories.
Click to hide internal directories.