outfox-openai 0.7.0

Openai for outfox
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

#[derive(Clone, Serialize, Default, Debug, Deserialize, PartialEq)]
pub struct FunctionName {
    /// The name of the function to call.
    pub name: String,
}