OutputCodeInterpreterCallItemOutputUnion - TypeScript SDK

OutputCodeInterpreterCallItemOutputUnion type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

models.OutputImage

1const value: models.OutputImage = {
2 type: "image",
3 url: "https://circular-epic.info/",
4};

models.OutputLogs

1const value: models.OutputLogs = {
2 logs: "<value>",
3 type: "logs",
4};