Training config for the AI_AGENT problem type
KEY | TYPE | Description |
---|---|---|
ENABLE_BINARY_INPUT | None | None |
AGENT_INPUT_SCHEMA | None | None |
DESCRIPTION | str | Description of the agent function. |
AGENT_INTERFACE | AgentInterface | The interface that the agent will be deployed with. |
AGENT_CONNECTORS | None | (List[enums.ApplicationConnectorType]): The connectors needed for the agent to function. |
AGENT_OUTPUT_SCHEMA | None | None |