Type Alias: SystemPrompt
Makaio Framework / contracts/shared / SystemPrompt
Type Alias: SystemPrompt
Section titled “Type Alias: SystemPrompt”SystemPrompt =
z.infer<typeofSystemPromptSchema>
Defined in: ../../../packages/contracts/src/shared/index.ts:182
Type Composition
Section titled “Type Composition”SystemPromptz.infer<typeof SystemPromptSchema>typeof SystemPromptSchema
Resolved Shape
Section titled “Resolved Shape”type SystemPrompt = { toString: (() => string) | (() => string); valueOf: (() => string) | (() => Object);};