Skip to content

AxChatResponseResult

Type Alias: AxChatResponseResult

AxChatResponseResult: object

Type declaration

content?

optional content: string

finishReason?

optional finishReason: "stop" | "length" | "function_call" | "content_filter" | "error"

functionCalls?

optional functionCalls: object[]

id?

optional id: string

name?

optional name: string

Defined in

src/ax/ai/types.ts:64