5 lines
268 B
Python
5 lines
268 B
Python
FAKE_RESPONSES_ID = "__fake_id__"
|
|
"""This is a placeholder ID used to fill in the `id` field in Responses API related objects. It's
|
|
useful when you're creating Responses objects from non-Responses APIs, e.g. the OpenAI Chat
|
|
Completions API or other LLM providers.
|
|
"""
|