CodeInterpreterLogOutput interface
A representation of a log output emitted by a code interpreter tool in response to a tool call by the model.
Properties
logs | The serialized log output emitted by the code interpreter. |
type | The object type, which is always 'logs'. |
Property Details
logs
The serialized log output emitted by the code interpreter.
logs: string
Property Value
string
type
The object type, which is always 'logs'.
type: "logs"
Property Value
"logs"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript