@@ -3449,22 +3449,30 @@ class Model(google.protobuf.message.Message):
34493449 API_FIELD_NUMBER : builtins .int
34503450 MODEL_FIELD_NUMBER : builtins .int
34513451 MARKDOWN_DOCUMENTATION_FIELD_NUMBER : builtins .int
3452+ DESCRIPTION_FIELD_NUMBER : builtins .int
34523453 api : builtins .str
34533454 'The colon-delimited-triplet of the api implemented by the model'
34543455 model : builtins .str
34553456 'The colon-delimited-triplet of the model'
34563457 markdown_documentation : builtins .str
34573458 'The markdown content describing the usage of the model'
3459+ description : builtins .str
3460+ 'A short description of the model that explains its purpose'
3461+
3462+ def __init__ (self , * , api : builtins .str = ..., model : builtins .str = ..., markdown_documentation : builtins .str | None = ..., description : builtins .str | None = ...) -> None :
3463+ ...
34583464
3459- def __init__ (self , * , api : builtins . str = ..., model : builtins . str = ..., markdown_documentation : builtins . str | None = ... ) -> None :
3465+ def HasField (self , field_name : typing . Literal [ '_description' , b'_description' , '_markdown_documentation' , b'_markdown_documentation' , 'description' , b'description' , 'markdown_documentation' , b'markdown_documentation' ] ) -> builtins . bool :
34603466 ...
34613467
3462- def HasField (self , field_name : typing .Literal ['_markdown_documentation' , b'_markdown_documentation' , 'markdown_documentation' , b'markdown_documentation' ]) -> builtins . bool :
3468+ def ClearField (self , field_name : typing .Literal ['_description' , b'_description' , ' _markdown_documentation' , b'_markdown_documentation' , 'api' , b'api' , 'description' , b'description' , ' markdown_documentation' , b'markdown_documentation' , 'model' , b'model' ]) -> None :
34633469 ...
34643470
3465- def ClearField (self , field_name : typing .Literal ['_markdown_documentation' , b'_markdown_documentation' , 'api' , b'api' , 'markdown_documentation' , b'markdown_documentation' , 'model' , b'model' ]) -> None :
3471+ @typing .overload
3472+ def WhichOneof (self , oneof_group : typing .Literal ['_description' , b'_description' ]) -> typing .Literal ['description' ] | None :
34663473 ...
34673474
3475+ @typing .overload
34683476 def WhichOneof (self , oneof_group : typing .Literal ['_markdown_documentation' , b'_markdown_documentation' ]) -> typing .Literal ['markdown_documentation' ] | None :
34693477 ...
34703478global___Model = Model
0 commit comments