Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SoftCallConfig ¶
type SoftCallConfig struct {
PreserveReasoning bool
}
type YAMLSoftCallLLM ¶
type YAMLSoftCallLLM struct {
// contains filtered or unexported fields
}
func NewYAMLSoftCallLLM ¶
func NewYAMLSoftCallLLM(upstream llm.Model, config *SoftCallConfig) *YAMLSoftCallLLM
func (*YAMLSoftCallLLM) Close ¶
func (g *YAMLSoftCallLLM) Close() error
func (*YAMLSoftCallLLM) GenerateStream ¶
func (g *YAMLSoftCallLLM) GenerateStream(ctx context.Context, chat *llm.ChatContext, input *llm.Content) *llm.StreamContent
func (*YAMLSoftCallLLM) Name ¶
func (g *YAMLSoftCallLLM) Name() string
Click to show internal directories.
Click to hide internal directories.