get_agent_alias¶
Operation¶
get_agent_alias
async
¶
get_agent_alias(input: GetAgentAliasInput, plugins: list[Plugin] | None = None) -> GetAgentAliasOutput
Gets information about an alias of an agent.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetAgentAliasInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
GetAgentAliasOutput
|
An instance of |