Platform Metadata
Platform-specific options. The available settings vary depending on the selected platform and model.
| Type | Description |
|---|---|
| None | No platform-specific settings |
| BedrockClaude | For Claude models. Supports reasoning and tool execution |
| BedrockClaudeThinking | Legacy mode for explicit thinking tokens (deprecated) |
| BedrockNova | For Nova models. Supports web search and code execution |
| BedrockKnowledgeBase | Direct integration with Bedrock Knowledge Base |
| BedrockAgentCoreRuntime | Advanced agent workflows via AgentCore Runtime |
| OpenAIResponse | For OpenAI Response API. Combines web search, file search, and code execution |
| OpenAIChatCompletions | For OpenAI Chat Completions API |
| AzureInterfaceOpenAIChatCompletions | For Azure OpenAI Chat Completions API |
| GoogleGemini | For Google Gemini models. Supports thinking process and Google Search |
BedrockClaude
Settings for Claude models. Supports reasoning and tool execution.
| Field | Description |
|---|---|
| Adaptive Thinking | Enables thinking process before responding |
| Thinking Level | Sets the depth of thinking (max / high / medium / low) |
| Max Tokens | Sets the maximum response length (4,096–64,000) |
| Max Tool Iterations | Sets the upper limit for tool iteration count (1–20) |
| Current Time Tool | Allows the AI to reference the current date and time |
| AgentCore Code Interpreter Tool | Enables code execution |
BedrockClaudeThinking (Deprecated)
Legacy mode for explicitly specifying thinking tokens. Migration to BedrockClaude's Adaptive Thinking is recommended.
| Field | Description |
|---|---|
| Budget Token | Number of tokens allocated for the thinking process (required) |
| Max Token | Sets the maximum response length (required) |
BedrockNova
Settings for Nova models. Supports web search and code execution.
| Field | Description |
|---|---|
| Enable Web Search | Enables web search |
| Enable Code Interpreter | Enables code execution |
| Reasoning Setting | Sets the depth of reasoning (low / medium / high) |
BedrockKnowledgeBase
Settings for direct integration with Bedrock Knowledge Base.
| Field | Description |
|---|---|
| Bedrock Knowledge Base ID | Specifies the Bedrock Knowledge Base ID (required) |
BedrockAgentCoreRuntime
Settings for advanced agent workflows using AgentCore Runtime.
| Field | Description |
|---|---|
| Agent Runtime ARN | Specifies the AgentCore runtime ARN (required) |
| RAG Prompt ID | Specifies the prompt ID to use (required) |
OpenAIResponse
Settings for OpenAI's Response API. Supports combining web search, file search, and code execution.
| Field | Description |
|---|---|
| Enable Web Search | Enables web search |
| Enable File Search | Enables file search |
| Enable Code Interpreter | Enables code execution |
| Reasoning Level | Sets the depth of reasoning (low / medium / high) |
OpenAIChatCompletions
Settings for OpenAI's Chat Completions API.
| Field | Description |
|---|---|
| Reasoning Level | Sets the depth of reasoning (none / low / medium / high) |
AzureInterfaceOpenAIChatCompletions
Settings for Azure OpenAI's Chat Completions API.
| Field | Description |
|---|---|
| Reasoning Level | Sets the depth of reasoning (none / low / medium / high) |
GoogleGemini
Settings for Google Gemini models. Supports thinking process and Google Search.
| Field | Description |
|---|---|
| Thinking Process Enabled | Enables the AI's thinking process |
| Thinking Budget | Sets the token budget for the thinking process |
| Thinking Level | Sets the depth of thinking (LOW / MEDIUM / HIGH) |
| Google Search Enabled | Enables Google Search |
| URL Context Enabled | Allows the AI to reference URL content |