Versions in this module Expand all Collapse all v0 v0.0.2 Jan 29, 2026 Changes in this version + const DefaultUpdateFormSystemPromptTemplate + type GeneratorOption func(*patchGeneratorOptions) + func WithPatchSystemPrompt(systemPrompt string) GeneratorOption + func WithPatchSystemPromptTemplate(systemPromptTemplate string) GeneratorOption v0.0.1 Jan 29, 2026 Changes in this version + func ApplyRFC6902[T any](current T, ops []Operation) (T, error) + type Generator interface + GeneratePatch func(ctx context.Context, req *types.ToolRequest[T]) (*UpdateFormArgs, error) + type Operation struct + Op string + Path string + Value any + type ToolBasedPatchGenerator struct + func NewToolBasedPatchGenerator[T any](chatModel model.ToolCallingChatModel) (*ToolBasedPatchGenerator[T], error) + func (g *ToolBasedPatchGenerator[T]) GeneratePatch(ctx context.Context, req *types.ToolRequest[T]) (*UpdateFormArgs, error) + type UpdateFormArgs struct + Ops []Operation