Skip to content

Commit d6cdc2f

Browse files
tylergibbs1claude
andcommitted
Update README quickstart to use Responses API, bump to v0.7.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 56f6345 commit d6cdc2f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ bun add zod
3333

3434
```ts
3535
import { z } from "zod";
36-
import { Agent, AzureChatCompletionsModel, run, tool } from "stratus-sdk";
36+
import { Agent, AzureResponsesModel, run, tool } from "stratus-sdk";
3737

38-
const model = new AzureChatCompletionsModel({
38+
const model = new AzureResponsesModel({
3939
endpoint: process.env.AZURE_OPENAI_ENDPOINT!,
4040
apiKey: process.env.AZURE_OPENAI_API_KEY!,
4141
deployment: "gpt-5.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stratus-sdk",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)