langgraph_api/generated/models/
input_1.rs

1/*
2 * LangSmith Deployment
3 *
4 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5 *
6 * The version of the OpenAPI document: 0.1.0
7 *
8 * Generated by: https://openapi-generator.tech
9 */
10
11use crate::models;
12use serde::{Deserialize, Serialize};
13
14/// Input1 : The input to the graph.
15#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)]
16pub struct Input1 {}
17
18impl Input1 {
19    /// The input to the graph.
20    pub fn new() -> Input1 {
21        Input1 {}
22    }
23}