Skip to content

Commit 0818af8

Browse files
committed
Fix renamed WebSearchToolContextSize in OpenAI
1 parent 6f94b0a commit 0818af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ var options = new ChatOptions
178178
{
179179
Region = "Bariloche", // 👈 Bariloche region
180180
TimeZone = "America/Argentina/Buenos_Aires", // 👈 IANA timezone
181-
ContextSize = WebSearchContextSize.High // 👈 high search context size
181+
ContextSize = WebSearchToolContextSize.High // 👈 high search context size
182182
}]
183183
};
184184
```

0 commit comments

Comments
 (0)