Skip to content

Commit 0cd2552

Browse files
committed
responses_api_wip
1 parent 9d5fa68 commit 0cd2552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/full_responses_api_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
response = client.responses.create(
5959
model = model,
6060
temperature = temperature,
61-
input = schema_obj.openai_messages + doc_msg.openai_messages, # type: ignore
61+
input = schema_obj.openai_messages + doc_msg.openai_messages,
6262
text ={
6363
"format": {
6464
"type": "json_schema",

0 commit comments

Comments
 (0)