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