langgraph_api/generated/models/input_2.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/// Input2 : The input to the graph.
15#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)]
16pub struct Input2 {}
17
18impl Input2 {
19 /// The input to the graph.
20 pub fn new() -> Input2 {
21 Input2 {}
22 }
23}