MCPcopy Create free account
hub / github.com/openai/openai-agents-python / MyContext

Class MyContext

examples/tools/codex_same_thread.py:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 )
89
90 class MyContext(BaseModel):
91 something: str | None = None
92 # the default is "codex_thread_id"; missing this works as well
93 codex_thread_id_engineer: str | None = None # aligns with run_context_thread_id_key
94
95 context = MyContext()
96

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected