Skip to content

Commit 38de94b

Browse files
fix: update temperature argument type from number to string in everything server docs (#2610)
Fixes issue #474 - documentation mismatch where temperature was documented as (number) but TypeScript SDK only accepts string arguments via z.record(z.string()) Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Ola Hungerford <olaservo@users.noreply.github.com>
1 parent 35c30dd commit 38de94b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/everything/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Resource features:
124124
2. `complex_prompt`
125125
- Advanced prompt demonstrating argument handling
126126
- Required arguments:
127-
- `temperature` (number): Temperature setting
127+
- `temperature` (string): Temperature setting
128128
- Optional arguments:
129129
- `style` (string): Output style preference
130130
- Returns: Multi-turn conversation with images

0 commit comments

Comments
 (0)