Module exposed

Module exposed 

Source
Expand description

Exposed namespace of the module.

Structs§

ApiConnectorConfig
Configuration for third-party API connectors.
BrowsingMetadata
Metadata about browsing operation.
BrowsingResult
Result of web browsing operation.
CodeExecutionConfig
Configuration for code execution environment.
CodeExecutionResult
Result of code execution.
GroundedResponse
Response from search grounding operation.
ImageGenerationConfig
Configuration for image generation operations.
ImageMetadata
Metadata about generated image.
ImageResult
Result of image generation/manipulation.
ParameterDefinition
Definition of a single parameter.
RateLimitConfig
Rate limiting configuration.
RetryConfig
Retry configuration.
SearchGroundingConfig
Configuration for search grounding operations.
SearchMetadata
Metadata about search operation.
SearchSource
Individual search result source.
ToolParameters
Tool parameter definitions.
ToolResult
Result of tool execution.
WebBrowsingConfig
Configuration for web browsing operations.

Enums§

ApiAuthentication
Authentication methods for third-party APIs.
CodeRuntime
Available code runtime environments.
ImageModel
Available image generation models.
ImageQuality
Image quality options.
ImageResponseFormat
Image response format.
ImageSize
Image size options.
ImageStyle
Image style options.
SearchEngine
Available search engines for grounding.
SecurityLevel
Security levels for code execution.

Traits§

ApiConnector
Trait for third-party API connectors.
CustomTool
Trait for custom tools that can be integrated.
PlatformSpecificClient
Extension trait for platform-specific client methods.