最終更新:2025-10-08 (水) 12:41:11 (37d)
agents.Runner.run
Top / agents.Runner.run
https://openai.github.io/openai-agents-python/ref/run/#agents.run.Runner.run
run( starting_agent: Agent[TContext], input: str | list[TResponseInputItem], *, context: TContext | None = None, max_turns: int = DEFAULT_MAX_TURNS, hooks: RunHooks[TContext] | None = None, run_config: RunConfig | None = None, previous_response_id: str | None = None, conversation_id: str | None = None, session: Session | None = None, ) -> RunResult

