Skip to content

Commit

Permalink
Updated variables in ResponseCreateData with conversation and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tinalenguyen committed Jan 3, 2025
1 parent b14d918 commit 898e8ae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ class ResponseCreateData(TypedDict, total=False):
tool_choice: ToolChoice
temperature: float
max_output_tokens: int | Literal["inf"]
metadata: dict[str, str] | None
conversation: Literal["auto", "none"]

class ResponseCreate(TypedDict):
event_id: NotRequired[str]
Expand Down

0 comments on commit 898e8ae

Please sign in to comment.