Documentation
¶
Index ¶
- func AtMentionWorkflowSection() string
- func EffectiveShell() string
- func ImagesWorkflowSection() string
- func LegacyOnlyToolInvocationSyntax(planMode bool) string
- func LegacyToolInvocationSyntaxAppend(planMode bool) string
- func NativeToolInvocationSyntax(legacyFallbackEnabled bool) string
- func RenderBuild(d Data) (string, error)
- func RenderPlan(d Data) (string, error)
- func RenderSummarize(d SummarizeData) (string, error)
- func RenderSummarizeSystem(d SummarizeData) (string, error)
- func RenderTitle(d TitleData) (string, error)
- func SummarizeSystemFallback(language string) string
- func SystemWithNoThink(disableThinking bool, content string) string
- func ToolInvocationSyntaxSection(legacyEnabled, legacyForced, planMode bool) string
- type Data
- type SummarizeData
- type TitleData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AtMentionWorkflowSection ¶ added in v2026.606.3
func AtMentionWorkflowSection() string
func EffectiveShell ¶
func EffectiveShell() string
func ImagesWorkflowSection ¶ added in v2026.602.2
func ImagesWorkflowSection() string
func RenderBuild ¶
func RenderPlan ¶
func RenderSummarize ¶
func RenderSummarize(d SummarizeData) (string, error)
func RenderSummarizeSystem ¶
func RenderSummarizeSystem(d SummarizeData) (string, error)
func RenderTitle ¶
func SummarizeSystemFallback ¶
func SystemWithNoThink ¶
Types ¶
type Data ¶
type Data struct {
Tools string
Syntax string
LegacySyntax string
LegacyToolsEnabled bool
LegacyToolsForced bool
ExternalToolBridge bool
ExtraRules string
CustomRules string
GlobalInstructions string
RepoInstructions string
Language string
UserName string
DisableThinking bool
SystemOS string
SystemBits string
SystemCPUFamily string
SystemGOARCH string
WorkspaceAbsolutePath string
Shell string
ImagesWorkflow string
AtMentionWorkflow string
}
type SummarizeData ¶
Click to show internal directories.
Click to hide internal directories.