middleware

package
v1.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InitSystemPrompt

type InitSystemPrompt struct {
	*adk.BaseChatModelAgentMiddleware
	// contains filtered or unexported fields
}

InitSystemPrompt swaps the system prompt to initSystemPrompt on the very first model call (when state has exactly [system, user]). After the call, it restores the normal prompt. Subsequent calls in the same ReAct loop or later rounds are no-ops. After Clear() resets state, the init prompt fires again automatically.

func NewInitSystemPrompt

func NewInitSystemPrompt(initPrompt, normal string, renderer PromptRenderer) *InitSystemPrompt

func (*InitSystemPrompt) AfterModelRewriteState

func (*InitSystemPrompt) BeforeModelRewriteState

type PromptRenderer

type PromptRenderer func(prompt string) (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL