mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-30 07:33:48 +08:00
23 lines
499 B
YAML
23 lines
499 B
YAML
methods:
|
|
__init__:
|
|
name: __init__
|
|
parameters:
|
|
grammar:
|
|
annotation: Optional[str]
|
|
default: null
|
|
name: grammar
|
|
json:
|
|
annotation: Union[str, pydantic.main.BaseModel, dict, NoneType]
|
|
default: null
|
|
name: json
|
|
json_object:
|
|
annotation: bool
|
|
default: false
|
|
name: json_object
|
|
regex:
|
|
annotation: Optional[str]
|
|
default: null
|
|
name: regex
|
|
return_annotation: None
|
|
properties: {}
|