Skip to main content

client_answer_data

Function client_answer_data 

Source
pub fn client_answer_data<T: DeserializeOwned>(
    answer: &ClientToolAnswer,
) -> ChatbotResult<T>
Expand description

The data a client answered with, as the tool’s own response shape.