Interface Config.AgentConfig
- All Known Implementing Classes:
Config.DeepResearchAgentConfig,Config.DynamicAgentConfig
- Enclosing class:
Config
public static sealed interface Config.AgentConfig
permits Config.DynamicAgentConfig, Config.DeepResearchAgentConfig
Sealed interface for agent configurations.
-
Method Summary
-
Method Details
-
type
String type()Returns the type of the agent.- Returns:
- The agent type.
-