CodeExecutionReplyData
CodeExecutionReplyData =
BaseMessageData
&object
Defined in: src/waldiez/utils/chat/types.ts:121
Code execution reply data.
Type declarationΒΆ
contentΒΆ
content:
object
content.code_blocks?ΒΆ
optional
code_blocks:string
[]
content.recipientΒΆ
recipient:
string
content.senderΒΆ
sender:
string
content.uuidΒΆ
uuid:
string
typeΒΆ
type:
"generate_code_execution_reply"