projects / venv /lib /python3.12 /site-packages /sarvamai /requests /bulk_job_callback.py
mygitphase's picture
Add files using upload-large-folder tool
5b6b230 verified
# This file was auto-generated by Fern from our API Definition.
import typing_extensions
class BulkJobCallbackParams(typing_extensions.TypedDict):
url: str
"""
Webhook url to call upon job completion
"""
auth_token: typing_extensions.NotRequired[str]
"""
Authorization token required for the callback Url
"""