Skip to main content

execute_agent_inference

Function execute_agent_inference 

Source
pub async fn execute_agent_inference(
    _prompt: String,
    _model_name: String,
    intent_layout: Vec<f64>,
) -> Result<(), String>