Skip to main content

AgentSvc

Type Alias AgentSvc 

Source
pub type AgentSvc = BoxService<CreateChatCompletionRequest, AgentRun, BoxError>;
Expand description

Boxed agent service type for ergonomic returns.

Aliased Typeยง

pub struct AgentSvc { /* private fields */ }