Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi
oci.GenerativeAi.getAgentTool
Explore with Pulumi AI
This data source provides details about a specific Tool resource in Oracle Cloud Infrastructure Generative Ai Agent service.
Gets information about a tool.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testTool = oci.GenerativeAi.getAgentTool({
toolId: testToolOciGenerativeAiAgentTool.id,
});
import pulumi
import pulumi_oci as oci
test_tool = oci.GenerativeAi.get_agent_tool(tool_id=test_tool_oci_generative_ai_agent_tool["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/generativeai"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := generativeai.GetAgentTool(ctx, &generativeai.GetAgentToolArgs{
ToolId: testToolOciGenerativeAiAgentTool.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testTool = Oci.GenerativeAi.GetAgentTool.Invoke(new()
{
ToolId = testToolOciGenerativeAiAgentTool.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GenerativeAi.GenerativeAiFunctions;
import com.pulumi.oci.GenerativeAi.inputs.GetAgentToolArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testTool = GenerativeAiFunctions.getAgentTool(GetAgentToolArgs.builder()
.toolId(testToolOciGenerativeAiAgentTool.id())
.build());
}
}
variables:
testTool:
fn::invoke:
function: oci:GenerativeAi:getAgentTool
arguments:
toolId: ${testToolOciGenerativeAiAgentTool.id}
Using getAgentTool
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAgentTool(args: GetAgentToolArgs, opts?: InvokeOptions): Promise<GetAgentToolResult>
function getAgentToolOutput(args: GetAgentToolOutputArgs, opts?: InvokeOptions): Output<GetAgentToolResult>
def get_agent_tool(tool_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAgentToolResult
def get_agent_tool_output(tool_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAgentToolResult]
func LookupAgentTool(ctx *Context, args *LookupAgentToolArgs, opts ...InvokeOption) (*LookupAgentToolResult, error)
func LookupAgentToolOutput(ctx *Context, args *LookupAgentToolOutputArgs, opts ...InvokeOption) LookupAgentToolResultOutput
> Note: This function is named LookupAgentTool
in the Go SDK.
public static class GetAgentTool
{
public static Task<GetAgentToolResult> InvokeAsync(GetAgentToolArgs args, InvokeOptions? opts = null)
public static Output<GetAgentToolResult> Invoke(GetAgentToolInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAgentToolResult> getAgentTool(GetAgentToolArgs args, InvokeOptions options)
public static Output<GetAgentToolResult> getAgentTool(GetAgentToolArgs args, InvokeOptions options)
fn::invoke:
function: oci:GenerativeAi/getAgentTool:getAgentTool
arguments:
# arguments dictionary
The following arguments are supported:
getAgentTool Result
The following output properties are available:
- Agent
Id string - The OCID of the agent that this Tool is attached to.
- Compartment
Id string - The OCID of the compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
- A description of the function.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the Tool.
- Metadata Dictionary<string, string>
- Key-value pairs to allow additional configurations.
- State string
- The current state of the Tool.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the Tool was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The date and time the Tool was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Tool
Configs List<GetAgent Tool Tool Config> - The configuration and type of Tool.
- Tool
Id string
- Agent
Id string - The OCID of the agent that this Tool is attached to.
- Compartment
Id string - The OCID of the compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
- A description of the function.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the Tool.
- Metadata map[string]string
- Key-value pairs to allow additional configurations.
- State string
- The current state of the Tool.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the Tool was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The date and time the Tool was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Tool
Configs []GetAgent Tool Tool Config - The configuration and type of Tool.
- Tool
Id string
- agent
Id String - The OCID of the agent that this Tool is attached to.
- compartment
Id String - The OCID of the compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
- A description of the function.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the Tool.
- metadata Map<String,String>
- Key-value pairs to allow additional configurations.
- state String
- The current state of the Tool.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the Tool was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The date and time the Tool was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- tool
Configs List<GetAgent Tool Tool Config> - The configuration and type of Tool.
- tool
Id String
- agent
Id string - The OCID of the agent that this Tool is attached to.
- compartment
Id string - The OCID of the compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description string
- A description of the function.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The OCID of the Tool.
- metadata {[key: string]: string}
- Key-value pairs to allow additional configurations.
- state string
- The current state of the Tool.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the Tool was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated string - The date and time the Tool was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- tool
Configs GetAgent Tool Tool Config[] - The configuration and type of Tool.
- tool
Id string
- agent_
id str - The OCID of the agent that this Tool is attached to.
- compartment_
id str - The OCID of the compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description str
- A description of the function.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The OCID of the Tool.
- metadata Mapping[str, str]
- Key-value pairs to allow additional configurations.
- state str
- The current state of the Tool.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the Tool was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time_
updated str - The date and time the Tool was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- tool_
configs Sequence[GetAgent Tool Tool Config] - The configuration and type of Tool.
- tool_
id str
- agent
Id String - The OCID of the agent that this Tool is attached to.
- compartment
Id String - The OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
- A description of the function.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the Tool.
- metadata Map<String>
- Key-value pairs to allow additional configurations.
- state String
- The current state of the Tool.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the Tool was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The date and time the Tool was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- tool
Configs List<Property Map> - The configuration and type of Tool.
- tool
Id String
Supporting Types
GetAgentToolToolConfig
- Database
Connections List<GetAgent Tool Tool Config Database Connection> - The connection type for Databases.
- Database
Schemas List<GetAgent Tool Tool Config Database Schema> - The input location definition.
- Dialect string
- Dialect to be used for SQL generation.
- Functions
List<Get
Agent Tool Tool Config Function> - Details of Function for Function calling tool.
- Generation
Llm List<GetCustomizations Agent Tool Tool Config Generation Llm Customization> - Configuration to customize LLM.
- Icl
Examples List<GetAgent Tool Tool Config Icl Example> - The input location definition.
- Knowledge
Base List<GetConfigs Agent Tool Tool Config Knowledge Base Config> - The KnowledgeBase configurations that this RAG Tool uses
- Model
Size string - Size of the model.
- Should
Enable boolSelf Correction - To enable/disable self correction.
- Should
Enable boolSql Execution - To enable/disable SQL execution.
- Table
And List<GetColumn Descriptions Agent Tool Tool Config Table And Column Description> - The input location definition.
- Tool
Config stringType - The type of the Tool config. The allowed values are:
SQL_TOOL_CONFIG
: The config for sql Tool.RAG_TOOL_CONFIG
: The config for rag Tool.- FUNCTION_CALLING_TOOL_CONFIG: The config for Function calling Tool.
- Database
Connections []GetAgent Tool Tool Config Database Connection - The connection type for Databases.
- Database
Schemas []GetAgent Tool Tool Config Database Schema - The input location definition.
- Dialect string
- Dialect to be used for SQL generation.
- Functions
[]Get
Agent Tool Tool Config Function - Details of Function for Function calling tool.
- Generation
Llm []GetCustomizations Agent Tool Tool Config Generation Llm Customization - Configuration to customize LLM.
- Icl
Examples []GetAgent Tool Tool Config Icl Example - The input location definition.
- Knowledge
Base []GetConfigs Agent Tool Tool Config Knowledge Base Config - The KnowledgeBase configurations that this RAG Tool uses
- Model
Size string - Size of the model.
- Should
Enable boolSelf Correction - To enable/disable self correction.
- Should
Enable boolSql Execution - To enable/disable SQL execution.
- Table
And []GetColumn Descriptions Agent Tool Tool Config Table And Column Description - The input location definition.
- Tool
Config stringType - The type of the Tool config. The allowed values are:
SQL_TOOL_CONFIG
: The config for sql Tool.RAG_TOOL_CONFIG
: The config for rag Tool.- FUNCTION_CALLING_TOOL_CONFIG: The config for Function calling Tool.
- database
Connections List<GetAgent Tool Tool Config Database Connection> - The connection type for Databases.
- database
Schemas List<GetAgent Tool Tool Config Database Schema> - The input location definition.
- dialect String
- Dialect to be used for SQL generation.
- functions
List<Get
Agent Tool Tool Config Function> - Details of Function for Function calling tool.
- generation
Llm List<GetCustomizations Agent Tool Tool Config Generation Llm Customization> - Configuration to customize LLM.
- icl
Examples List<GetAgent Tool Tool Config Icl Example> - The input location definition.
- knowledge
Base List<GetConfigs Agent Tool Tool Config Knowledge Base Config> - The KnowledgeBase configurations that this RAG Tool uses
- model
Size String - Size of the model.
- should
Enable BooleanSelf Correction - To enable/disable self correction.
- should
Enable BooleanSql Execution - To enable/disable SQL execution.
- table
And List<GetColumn Descriptions Agent Tool Tool Config Table And Column Description> - The input location definition.
- tool
Config StringType - The type of the Tool config. The allowed values are:
SQL_TOOL_CONFIG
: The config for sql Tool.RAG_TOOL_CONFIG
: The config for rag Tool.- FUNCTION_CALLING_TOOL_CONFIG: The config for Function calling Tool.
- database
Connections GetAgent Tool Tool Config Database Connection[] - The connection type for Databases.
- database
Schemas GetAgent Tool Tool Config Database Schema[] - The input location definition.
- dialect string
- Dialect to be used for SQL generation.
- functions
Get
Agent Tool Tool Config Function[] - Details of Function for Function calling tool.
- generation
Llm GetCustomizations Agent Tool Tool Config Generation Llm Customization[] - Configuration to customize LLM.
- icl
Examples GetAgent Tool Tool Config Icl Example[] - The input location definition.
- knowledge
Base GetConfigs Agent Tool Tool Config Knowledge Base Config[] - The KnowledgeBase configurations that this RAG Tool uses
- model
Size string - Size of the model.
- should
Enable booleanSelf Correction - To enable/disable self correction.
- should
Enable booleanSql Execution - To enable/disable SQL execution.
- table
And GetColumn Descriptions Agent Tool Tool Config Table And Column Description[] - The input location definition.
- tool
Config stringType - The type of the Tool config. The allowed values are:
SQL_TOOL_CONFIG
: The config for sql Tool.RAG_TOOL_CONFIG
: The config for rag Tool.- FUNCTION_CALLING_TOOL_CONFIG: The config for Function calling Tool.
- database_
connections Sequence[GetAgent Tool Tool Config Database Connection] - The connection type for Databases.
- database_
schemas Sequence[GetAgent Tool Tool Config Database Schema] - The input location definition.
- dialect str
- Dialect to be used for SQL generation.
- functions
Sequence[Get
Agent Tool Tool Config Function] - Details of Function for Function calling tool.
- generation_
llm_ Sequence[Getcustomizations Agent Tool Tool Config Generation Llm Customization] - Configuration to customize LLM.
- icl_
examples Sequence[GetAgent Tool Tool Config Icl Example] - The input location definition.
- knowledge_
base_ Sequence[Getconfigs Agent Tool Tool Config Knowledge Base Config] - The KnowledgeBase configurations that this RAG Tool uses
- model_
size str - Size of the model.
- should_
enable_ boolself_ correction - To enable/disable self correction.
- should_
enable_ boolsql_ execution - To enable/disable SQL execution.
- table_
and_ Sequence[Getcolumn_ descriptions Agent Tool Tool Config Table And Column Description] - The input location definition.
- tool_
config_ strtype - The type of the Tool config. The allowed values are:
SQL_TOOL_CONFIG
: The config for sql Tool.RAG_TOOL_CONFIG
: The config for rag Tool.- FUNCTION_CALLING_TOOL_CONFIG: The config for Function calling Tool.
- database
Connections List<Property Map> - The connection type for Databases.
- database
Schemas List<Property Map> - The input location definition.
- dialect String
- Dialect to be used for SQL generation.
- functions List<Property Map>
- Details of Function for Function calling tool.
- generation
Llm List<Property Map>Customizations - Configuration to customize LLM.
- icl
Examples List<Property Map> - The input location definition.
- knowledge
Base List<Property Map>Configs - The KnowledgeBase configurations that this RAG Tool uses
- model
Size String - Size of the model.
- should
Enable BooleanSelf Correction - To enable/disable self correction.
- should
Enable BooleanSql Execution - To enable/disable SQL execution.
- table
And List<Property Map>Column Descriptions - The input location definition.
- tool
Config StringType - The type of the Tool config. The allowed values are:
SQL_TOOL_CONFIG
: The config for sql Tool.RAG_TOOL_CONFIG
: The config for rag Tool.- FUNCTION_CALLING_TOOL_CONFIG: The config for Function calling Tool.
GetAgentToolToolConfigDatabaseConnection
- Connection
Id string - The OCID of the Database Tools Connection.
- Connection
Type string - The type of Database connection. The allowed values are:
DATABASE_TOOL_CONNECTION
: This allows the service to connect to a vector store via a Database Tools Connection.
- Connection
Id string - The OCID of the Database Tools Connection.
- Connection
Type string - The type of Database connection. The allowed values are:
DATABASE_TOOL_CONNECTION
: This allows the service to connect to a vector store via a Database Tools Connection.
- connection
Id String - The OCID of the Database Tools Connection.
- connection
Type String - The type of Database connection. The allowed values are:
DATABASE_TOOL_CONNECTION
: This allows the service to connect to a vector store via a Database Tools Connection.
- connection
Id string - The OCID of the Database Tools Connection.
- connection
Type string - The type of Database connection. The allowed values are:
DATABASE_TOOL_CONNECTION
: This allows the service to connect to a vector store via a Database Tools Connection.
- connection_
id str - The OCID of the Database Tools Connection.
- connection_
type str - The type of Database connection. The allowed values are:
DATABASE_TOOL_CONNECTION
: This allows the service to connect to a vector store via a Database Tools Connection.
- connection
Id String - The OCID of the Database Tools Connection.
- connection
Type String - The type of Database connection. The allowed values are:
DATABASE_TOOL_CONNECTION
: This allows the service to connect to a vector store via a Database Tools Connection.
GetAgentToolToolConfigDatabaseSchema
- Bucket string
- The bucket name of an object.
- Content string
- Inline content as input.
- Input
Location stringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- Namespace string
- The namespace name of an object.
- Prefix string
- The prefix of file object(s) or folder prefix.
- Bucket string
- The bucket name of an object.
- Content string
- Inline content as input.
- Input
Location stringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- Namespace string
- The namespace name of an object.
- Prefix string
- The prefix of file object(s) or folder prefix.
- bucket String
- The bucket name of an object.
- content String
- Inline content as input.
- input
Location StringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- namespace String
- The namespace name of an object.
- prefix String
- The prefix of file object(s) or folder prefix.
- bucket string
- The bucket name of an object.
- content string
- Inline content as input.
- input
Location stringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- namespace string
- The namespace name of an object.
- prefix string
- The prefix of file object(s) or folder prefix.
- bucket str
- The bucket name of an object.
- content str
- Inline content as input.
- input_
location_ strtype - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- namespace str
- The namespace name of an object.
- prefix str
- The prefix of file object(s) or folder prefix.
- bucket String
- The bucket name of an object.
- content String
- Inline content as input.
- input
Location StringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- namespace String
- The namespace name of an object.
- prefix String
- The prefix of file object(s) or folder prefix.
GetAgentToolToolConfigFunction
- Description string
- A description of the function.
- Name string
- The name of the function to invoke.
- Parameters Dictionary<string, string>
- The parameters the function accepts, defined using a JSON Schema object. Refer to the guide for examples and the JSON Schema documentation for details on the format.
- Description string
- A description of the function.
- Name string
- The name of the function to invoke.
- Parameters map[string]string
- The parameters the function accepts, defined using a JSON Schema object. Refer to the guide for examples and the JSON Schema documentation for details on the format.
- description String
- A description of the function.
- name String
- The name of the function to invoke.
- parameters Map<String,String>
- The parameters the function accepts, defined using a JSON Schema object. Refer to the guide for examples and the JSON Schema documentation for details on the format.
- description string
- A description of the function.
- name string
- The name of the function to invoke.
- parameters {[key: string]: string}
- The parameters the function accepts, defined using a JSON Schema object. Refer to the guide for examples and the JSON Schema documentation for details on the format.
- description str
- A description of the function.
- name str
- The name of the function to invoke.
- parameters Mapping[str, str]
- The parameters the function accepts, defined using a JSON Schema object. Refer to the guide for examples and the JSON Schema documentation for details on the format.
- description String
- A description of the function.
- name String
- The name of the function to invoke.
- parameters Map<String>
- The parameters the function accepts, defined using a JSON Schema object. Refer to the guide for examples and the JSON Schema documentation for details on the format.
GetAgentToolToolConfigGenerationLlmCustomization
- Instruction string
- If specified, the default instruction is replaced with provided instruction.
- Instruction string
- If specified, the default instruction is replaced with provided instruction.
- instruction String
- If specified, the default instruction is replaced with provided instruction.
- instruction string
- If specified, the default instruction is replaced with provided instruction.
- instruction str
- If specified, the default instruction is replaced with provided instruction.
- instruction String
- If specified, the default instruction is replaced with provided instruction.
GetAgentToolToolConfigIclExample
- Bucket string
- The bucket name of an object.
- Content string
- Inline content as input.
- Input
Location stringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- Namespace string
- The namespace name of an object.
- Prefix string
- The prefix of file object(s) or folder prefix.
- Bucket string
- The bucket name of an object.
- Content string
- Inline content as input.
- Input
Location stringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- Namespace string
- The namespace name of an object.
- Prefix string
- The prefix of file object(s) or folder prefix.
- bucket String
- The bucket name of an object.
- content String
- Inline content as input.
- input
Location StringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- namespace String
- The namespace name of an object.
- prefix String
- The prefix of file object(s) or folder prefix.
- bucket string
- The bucket name of an object.
- content string
- Inline content as input.
- input
Location stringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- namespace string
- The namespace name of an object.
- prefix string
- The prefix of file object(s) or folder prefix.
- bucket str
- The bucket name of an object.
- content str
- Inline content as input.
- input_
location_ strtype - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- namespace str
- The namespace name of an object.
- prefix str
- The prefix of file object(s) or folder prefix.
- bucket String
- The bucket name of an object.
- content String
- Inline content as input.
- input
Location StringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- namespace String
- The namespace name of an object.
- prefix String
- The prefix of file object(s) or folder prefix.
GetAgentToolToolConfigKnowledgeBaseConfig
- Knowledge
Base stringId - The OCID of the knowledgeBase this RAG Tool uses
- Knowledge
Base stringId - The OCID of the knowledgeBase this RAG Tool uses
- knowledge
Base StringId - The OCID of the knowledgeBase this RAG Tool uses
- knowledge
Base stringId - The OCID of the knowledgeBase this RAG Tool uses
- knowledge_
base_ strid - The OCID of the knowledgeBase this RAG Tool uses
- knowledge
Base StringId - The OCID of the knowledgeBase this RAG Tool uses
GetAgentToolToolConfigTableAndColumnDescription
- Bucket string
- The bucket name of an object.
- Content string
- Inline content as input.
- Input
Location stringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- Namespace string
- The namespace name of an object.
- Prefix string
- The prefix of file object(s) or folder prefix.
- Bucket string
- The bucket name of an object.
- Content string
- Inline content as input.
- Input
Location stringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- Namespace string
- The namespace name of an object.
- Prefix string
- The prefix of file object(s) or folder prefix.
- bucket String
- The bucket name of an object.
- content String
- Inline content as input.
- input
Location StringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- namespace String
- The namespace name of an object.
- prefix String
- The prefix of file object(s) or folder prefix.
- bucket string
- The bucket name of an object.
- content string
- Inline content as input.
- input
Location stringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- namespace string
- The namespace name of an object.
- prefix string
- The prefix of file object(s) or folder prefix.
- bucket str
- The bucket name of an object.
- content str
- Inline content as input.
- input_
location_ strtype - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- namespace str
- The namespace name of an object.
- prefix str
- The prefix of file object(s) or folder prefix.
- bucket String
- The bucket name of an object.
- content String
- Inline content as input.
- input
Location StringType - Type of InputLocation. The allowed values are:
INLINE
: The input location is inline.OBJECT_STORAGE_PREFIX
: The input location is object storage.
- namespace String
- The namespace name of an object.
- prefix String
- The prefix of file object(s) or folder prefix.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.