pub type AgentSvc = BoxService<CreateChatCompletionRequest, AgentRun, BoxError>;Expand description
Boxed agent service type for ergonomic returns.
Aliased Typeยง
pub struct AgentSvc { /* private fields */ }pub type AgentSvc = BoxService<CreateChatCompletionRequest, AgentRun, BoxError>;Boxed agent service type for ergonomic returns.
pub struct AgentSvc { /* private fields */ }