objectiveai 0.1.4

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
use serde::{Deserialize, Serialize};

#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct FunctionRemoteRequestPath {
    pub fowner: String,
    pub frepository: String,
    pub fcommit: Option<String>,
}