LLMConfigName | Description |
---|---|
**kwargs | Type: Any |
Name | Description |
---|---|
env | Type: str | None Default: None |
path | Type: str | pathlib.Path | None Default: None |
file_location | Type: str | None Default: None |
**kwargs | Type: Any |
Name | Description |
---|---|
llm_config | Type: Optional[LLMConfig] Default: None |
Name | Description |
---|---|
memo | Type: dict[int, typing.Any] | None Default: None |
Name | Description |
---|---|
key | Type: str |
default | Type: Any | None Default: None |
Name | Description |
---|---|
*args | Type: Any |
exclude_none | Type: bool Default: True |
**kwargs | Type: Any |
Name | Description |
---|---|
*args | Type: Any |
exclude_none | Type: bool Default: True |
**kwargs | Type: Any |
Name | Description |
---|---|
*args | Type: Any |
**kwargs | Type: Any |
Name | Description |
---|---|
json_data | The JSON data to validate. Type: str | bytes | bytearray |
strict | Whether to enforce types strictly. Type: bool | None Default: None |
context | Extra variables to pass to the validator. Type: Any | None Default: None |
by_alias | Whether to use the field’s alias when validating against the provided input data. Type: bool | None Default: None |
by_name | Whether to use the field’s name when validating against the provided input data. Type: bool | None Default: None |
Type | Description |
---|---|
Self | The validated Pydantic model. |
Name | Description |
---|---|
obj | The object containing string data to validate. Type: Any |
strict | Whether to enforce types strictly. Type: bool | None Default: None |
context | Extra variables to pass to the validator. Type: Any | None Default: None |
by_alias | Whether to use the field’s alias when validating against the provided input data. Type: bool | None Default: None |
by_name | Whether to use the field’s name when validating against the provided input data. Type: bool | None Default: None |
Type | Description |
---|---|
Self | The validated Pydantic model. |
Name | Description |
---|---|
exclude | Type: bool Default: False |
**kwargs | Type: Any |