Skip to content

Commit

Permalink
fix: update docs to say 'stream_steps = True' (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisheng authored Jul 9, 2024
1 parent 82ae5a2 commit 5660cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memgpt/server/rest_api/agents/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class UserMessageRequest(BaseModel):
)
stream_tokens: bool = Field(
default=False,
description="Flag to determine if individual tokens should be streamed. Set to True for token streaming (requires stream = True).",
description="Flag to determine if individual tokens should be streamed. Set to True for token streaming (requires stream_steps = True).",
)
timestamp: Optional[datetime] = Field(
None,
Expand Down

0 comments on commit 5660cfa

Please sign in to comment.