@rkat/sdk 0.6.18 → 0.6.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/generated/types.d.ts +1 -1
- package/dist/generated/types.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ Creates a new session and immediately runs the first turn with the given prompt.
|
|
|
107
107
|
| Parameter | Type | Default | Description |
|
|
108
108
|
|-----------|------|---------|-------------|
|
|
109
109
|
| `prompt` | `string \| ContentBlock[]` | **(required)** | The user prompt for the first turn. |
|
|
110
|
-
| `options.model` | `string` | Server default (typically `claude-sonnet-4-5`) | LLM model name (e.g. `"gpt-5.2"`, `"gemini-3-flash
|
|
110
|
+
| `options.model` | `string` | Server default (typically `claude-sonnet-4-5`) | LLM model name (e.g. `"gpt-5.2"`, `"gemini-3.5-flash"`, `"claude-opus-4-6"`). |
|
|
111
111
|
| `options.provider` | `string` | Resolved from the model registry | Force a specific provider (`"anthropic"`, `"openai"`, `"gemini"`). |
|
|
112
112
|
| `options.systemPrompt` | `string` | `undefined` | Override the default system prompt. |
|
|
113
113
|
| `options.maxTokens` | `number` | `undefined` | Maximum output tokens for the LLM response. |
|
package/dist/generated/types.js
CHANGED