We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef9b20 commit e28996bCopy full SHA for e28996b
docs/my-website/docs/providers/vertex_batch.md
@@ -162,7 +162,7 @@ Check the status of your batch job. The batch will progress through states: `val
162
```python showLineNumbers title="retrieve_batch.py"
163
retrieved_batch = oai_client.batches.retrieve(
164
batch_id=create_batch_response.id, # Created batch id, e.g. 7814463557919047680
165
- extra_body={"custom_llm_provider": "vertex_ai"}
+ extra_query={"custom_llm_provider": "vertex_ai"}
166
)
167
168
print(f"Batch status: {retrieved_batch.status}")
0 commit comments