AllowedToolsUnion - TypeScript SDK

AllowedToolsUnion type definition

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

Supported Types

string[]

1const value: string[] = [
2 "<value 1>",
3 "<value 2>",
4];

models.AllowedTools

1const value: models.AllowedTools = {};

any

1const value: any = "<value>";