pub struct AgentProviderCapabilities {
pub streaming_text: bool,
pub tool_calls: bool,
pub parallel_tool_calls: bool,
pub interactions: bool,
pub resumable_turns: bool,
pub reasoning_summaries: bool,
pub bounded_list_hydration: bool,
pub supported_tool_sources: Vec<AgentToolSourceMode>,
pub supports_session_start: bool,
pub supports_prepared_workspace: bool,
}Expand description
Native message type for gestalt.provider.v1.AgentProviderCapabilities.
Fields§
§streaming_text: boolThe streaming_text field.
tool_calls: boolThe tool_calls field.
parallel_tool_calls: boolThe parallel_tool_calls field.
interactions: boolThe interactions field.
resumable_turns: boolThe resumable_turns field.
reasoning_summaries: boolThe reasoning_summaries field.
bounded_list_hydration: boolProvider list APIs can apply non-zero limits and summary projections without hydrating every source record. Providers that set this must order sessions and turns by the relevant newest-first recency fields before applying limit.
The bounded_list_hydration field.
supported_tool_sources: Vec<AgentToolSourceMode>The supported_tool_sources field.
supports_session_start: boolThe supports_session_start field.
supports_prepared_workspace: boolThe supports_prepared_workspace field.
Trait Implementations§
Source§impl Clone for AgentProviderCapabilities
impl Clone for AgentProviderCapabilities
Source§fn clone(&self) -> AgentProviderCapabilities
fn clone(&self) -> AgentProviderCapabilities
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgentProviderCapabilities
impl Debug for AgentProviderCapabilities
Source§impl Default for AgentProviderCapabilities
impl Default for AgentProviderCapabilities
Source§fn default() -> AgentProviderCapabilities
fn default() -> AgentProviderCapabilities
Returns the “default value” for a type. Read more
Source§impl PartialEq for AgentProviderCapabilities
impl PartialEq for AgentProviderCapabilities
Source§fn eq(&self, other: &AgentProviderCapabilities) -> bool
fn eq(&self, other: &AgentProviderCapabilities) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AgentProviderCapabilities
Auto Trait Implementations§
impl Freeze for AgentProviderCapabilities
impl RefUnwindSafe for AgentProviderCapabilities
impl Send for AgentProviderCapabilities
impl Sync for AgentProviderCapabilities
impl Unpin for AgentProviderCapabilities
impl UnsafeUnpin for AgentProviderCapabilities
impl UnwindSafe for AgentProviderCapabilities
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request