e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
1.5 KiB
1.5 KiB
title, type, weight, description, aliases
| title | type | weight | description | aliases | |
|---|---|---|---|---|---|
| conversational-analytics-get-data-agent-info | docs | 1 | A "conversational-analytics-get-data-agent-info" tool allows retrieving information about a specific Conversational Analytics data agent. |
|
About
A conversational-analytics-get-data-agent-info tool allows you to retrieve
details about a specific data agent.
It's compatible with the following sources:
- cloud-gemini-data-analytics
conversational-analytics-get-data-agent-info accepts the following parameters:
data_agent_id: The ID of the data agent to retrieve information for.
Example
tools:
get_agent_info:
kind: conversational-analytics-get-data-agent-info
source: my-conversational-analytics-source
location: global
description: |
Use this tool to get details about a specific data agent.
Reference
| field | type | required | description |
|---|---|---|---|
| kind | string | true | Must be "conversational-analytics-get-data-agent-info". |
| source | string | true | Name of the source. |
| description | string | true | Description of the tool that is passed to the LLM. |
| location | string | false | The Google Cloud location (default: "global"). |