MCPcopy Index your code
hub / github.com/openai/openai-agents-python / QuestionAnswer

Class QuestionAnswer

examples/sandbox/tutorials/misc.py:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86class QuestionAnswer(BaseModel):
87 question: str = Field(description="The question that was asked.")
88 answer: str = Field(description="The user's selected or free-text answer.")
89
90
91def load_env_defaults(env_path: Path) -> None:

Callers 1

ask_user_questionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected