PromptCallMessage
testapi.PromptCallMessage
export
interface
PromptCallMessage
Properties
content
• Optional
content: null
| string
memberof
PromptCallMessage
name
• Optional
name: null
| string
memberof
PromptCallMessage
role
• Optional
role: PromptCallMessageRole
memberof
PromptCallMessage
tool_call_id
• Optional
tool_call_id: null
| string
memberof
PromptCallMessage
tool_calls
• Optional
tool_calls: null
| PromptCallToolCall[]
memberof
PromptCallMessage
Found a mistake? Let us know.