pub async fn run_encoded_exchange(
params: EncodedExchangeParams<'_>,
) -> Result<ExchangeOutcome, ExchangeFailure>Expand description
Run one exchange with a pre-encoded body (tool continuation).
pub async fn run_encoded_exchange(
params: EncodedExchangeParams<'_>,
) -> Result<ExchangeOutcome, ExchangeFailure>Run one exchange with a pre-encoded body (tool continuation).