afv-library/skills/platform-data-and-tooling-api-context-get/assets/tooling_api/GenAiPlannerDefinition.json

60 lines
2.9 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields"
],
"title": "GenAiPlannerDefinition - Tooling API",
"description": "Represents an agent planner service that uses a large language model (LLM) and a reasoning strategy to decompose a given task into smaller subtasks, identify the most suitable actions for each subtask, and invoke them. This object is available in API version 60.0 and later.",
"supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`",
"supported_rest_api_http_methods": "`DELETE`, `GET`, `HEAD`, `PATCH`, `POST`, `Query`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Capabilities": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "A set of tags associated with the agent planner service definition."
},
"Description": {
"type": "textarea",
"properties": "Filter, Group, Sort",
"description": "A description explaining the general purpose and domain of the agent planner service definition."
},
"DeveloperName": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "The unique name for this object."
},
"FullName": {
"type": "string",
"properties": "Create, Group, Nillable",
"description": "The full name of the associated object in Metadata API. The full name can include a namespace prefix."
},
"Language": {
"type": "picklist",
"properties": "Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort",
"description": "The language of the GenAiPlannerDefinition. The value for this field is the language value of the org."
},
"MasterLabel": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "The master label of the agent planner service definition."
},
"NamespacePrefix": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The namespace of the GenAiPlannerDefinition."
},
"PlannerType": {
"type": "picklist",
"properties": "Filter, Group, Restricted picklist, Sort",
"description": "A particular approach to problem solving that is given as prompt instructions to a large language model (LLM). Possible values are: AiCopilot__ReAct—Uses a reactive planning strategy to solve problems with the LLM. This strategy consists of prompting the LLM to generate the next step in response to an event and the current context. It differs from a sequential planner in that it doesnt plan more than one step ahead of time. AiCopilot__SequentialPlannerIntentClassifier—Uses an intent classifier prompt and a sequential planner prompt. With each text input, the planner asks the LLM to generate a step-by-step plan to finish the goal. It plans first, then executes."
}
}
}