Skip to content

Commit

Permalink
API - Fixed typing for ChatFunction (#366)
Browse files Browse the repository at this point in the history
* Fixed typing for ChatFunction

* Delete .github/ISSUE_TEMPLATE/feature_request_ui.md (#351)

* Update feature_request.md (#364)

---------

Co-authored-by: gregclark-defenseunicorns <[email protected]>
  • Loading branch information
jmho and gregclark-defenseunicorns authored Apr 9, 2024
1 parent 4d394ba commit c699ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leapfrogai_api/backends/openai/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CompletionResponse(BaseModel):

class ChatFunction(BaseModel):
name: str
parameters: Dict[str, str]
parameters: Dict[str, object]
description: str


Expand Down

0 comments on commit c699ff9

Please sign in to comment.