Skip to content

Commit 0cb15f2

Browse files
authored
Merge branch 'main' into jb/sdk-1525/judge-use-example
2 parents 8dd2d50 + 6ecd9ab commit 0cb15f2

26 files changed

+2392
-696
lines changed

packages/sdk/server-ai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if (aiConfig.enabled) {
9797

9898
```typescript
9999
// Use the same defaultConfig from the retrieval section above
100-
const chat = await aiClient.initChat(
100+
const chat = await aiClient.createChat(
101101
'customer-support-chat',
102102
context,
103103
defaultConfig,

0 commit comments

Comments
 (0)