Skip to content

Commit 205e600

Browse files
committed
Add markdown type annotation.
1 parent 69086da commit 205e600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/server-ai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const aiClient = initAi(ldClient);
3232
```
3333

3434
3. Evaluate a model configuration:
35-
```
35+
```typescript
3636
const config = await aiClient.modelConfig(
3737
aiConfigKey!,
3838
context,

0 commit comments

Comments
 (0)