System - TypeScript SDK

System type definition

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

Supported Types

string

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

models.AnthropicTextBlockParam[]

1const value: models.AnthropicTextBlockParam[] = [
2 {
3 text: "Hello, world!",
4 type: "text",
5 },
6];