最終更新:2025-12-26 (金) 16:45:27 (22d)  

OpenAI Agents SDK/ツール
Top / OpenAI Agents SDK / ツール

https://openai.github.io/openai-agents-python/ja/tools/

agents.Tool

  • 下記のUnion
    agents.FunctionTool?
    agents.FileSearchTool?
    agents.WebSearchTool?
    agents.ComputerTool?
    agents.HostedMCPTool?
    agents.ShellTool?
    agents.ApplyPatchTool?
    agents.LocalShellTool?
    agents.ImageGenerationTool?
    agents.CodeInterpreterTool?

実装

openai-agents/src/agents/__init__.py?

  • from .tool import
    • agents.ApplyPatchTool?
    • agents.CodeInterpreterTool?
    • agents.ComputerProvider?
    • agents.ComputerTool?
    • agents.FileSearchTool?
    • agents.FunctionTool?
    • agents.FunctionToolResult?
    • agents.HostedMCPTool?
    • agents.ImageGenerationTool?
    • agents.LocalShellCommandRequest?
    • agents.LocalShellExecutor?
    • agents.LocalShellTool?
    • agents.MCPToolApprovalFunction?
    • agents.MCPToolApprovalFunctionResult?
    • agents.MCPToolApprovalRequest?
    • agents.ShellActionRequest?
    • agents.ShellCallData?
    • agents.ShellCallOutcome?
    • agents.ShellCommandOutput?
    • agents.ShellCommandRequest?
    • agents.ShellExecutor?
    • agents.ShellResult?
    • agents.ShellTool?
    • agents.Tool
    • agents.ToolOutputFileContent?
    • agents.ToolOutputFileContentDict?
    • agents.ToolOutputImage?
    • agents.ToolOutputImageDict?
    • agents.ToolOutputText?
    • agents.ToolOutputTextDict?
    • agents.WebSearchTool?
    • agents.default_tool_error_function?
    • agents.dispose_resolved_computers?
    • agents.function_tool
    • agents.resolve_computer?

openai-agents/src/agents/tool.py?

  • agents.tool?