Module: OpenAI::Models::Beta::BetaTool::Mcp::AllowedCaller
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/openai/models/beta/beta_tool.rb
Constant Summary collapse
- DIRECT =
:direct- PROGRAMMATIC =
:programmatic
Instance Method Summary collapse
-
#initialize(server_label:, allowed_callers: nil, allowed_tools: nil, authorization: nil, connector_id: nil, defer_loading: nil, headers: nil, require_approval: nil, server_description: nil, server_url: nil, tunnel_id: nil, type: :mcp) ⇒ Object
Some parameter documentations has been truncated, see OpenAI::Models::Beta::BetaTool::Mcp for more details.
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#initialize(server_label:, allowed_callers: nil, allowed_tools: nil, authorization: nil, connector_id: nil, defer_loading: nil, headers: nil, require_approval: nil, server_description: nil, server_url: nil, tunnel_id: nil, type: :mcp) ⇒ Object
Some parameter documentations has been truncated, see OpenAI::Models::Beta::BetaTool::Mcp for more details.
Give the model access to additional tools via remote Model Context Protocol (MCP) servers. Learn more about MCP.
187 188 189 190 191 192 193 194 195 |
# File 'lib/openai/models/beta/beta_tool.rb', line 187 module AllowedCaller extend OpenAI::Internal::Type::Enum DIRECT = :direct PROGRAMMATIC = :programmatic # @!method self.values # @return [Array<Symbol>] end |