We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d2e44 commit 18b456dCopy full SHA for 18b456d
sdk/api-reference/openhands.sdk.llm.mdx
@@ -617,6 +617,7 @@ Bases: `BaseContent`
617
#### Properties
618
619
- `cache_prompt`: bool
620
+- `enable_truncation`: bool
621
- `model_config`: ClassVar[ConfigDict] = (configuration object)
622
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
623
- `text`: str
@@ -643,6 +644,6 @@ and passed back to the API for tool use scenarios.
643
644
645
646
-- `signature`: str
647
+- `signature`: str | None
648
- `thinking`: str
649
- `type`: Literal['thinking']
0 commit comments