Skip to content

Commit 18b456d

Browse files
docs: sync code blocks and generate API reference (#192)
Synced from agent-sdk ref: main Co-authored-by: xingyaoww <38853559+xingyaoww@users.noreply.github.com>
1 parent 88d2e44 commit 18b456d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/api-reference/openhands.sdk.llm.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ Bases: `BaseContent`
617617
#### Properties
618618

619619
- `cache_prompt`: bool
620+
- `enable_truncation`: bool
620621
- `model_config`: ClassVar[ConfigDict] = (configuration object)
621622
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
622623
- `text`: str
@@ -643,6 +644,6 @@ and passed back to the API for tool use scenarios.
643644

644645
- `model_config`: ClassVar[ConfigDict] = (configuration object)
645646
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
646-
- `signature`: str
647+
- `signature`: str | None
647648
- `thinking`: str
648649
- `type`: Literal['thinking']

0 commit comments

Comments
 (0)