Skip to content

Commit 9d9d79c

Browse files
authored
[DataProcessor] add strict (#7307)
* add strict * fix
1 parent ff47701 commit 9d9d79c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastdeploy/entrypoints/openai/protocol.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ class FunctionDefinition(BaseModel):
229229
name: str
230230
description: Optional[str] = None
231231
parameters: Optional[dict[str, Any]] = None
232+
strict: Optional[bool] = None
232233

233234

234235
class ChatCompletionToolsParam(BaseModel):

0 commit comments

Comments
 (0)