mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 09:02:37 +00:00
clean up
This commit is contained in:
parent
9152efa1a9
commit
f820123b99
3 changed files with 3 additions and 11 deletions
|
|
@ -134,6 +134,7 @@ class OpenAIResponseOutputMessageContentOutputText(BaseModel):
|
|||
@json_schema_type
|
||||
class OpenAIResponseContentPartRefusal(BaseModel):
|
||||
"""Refusal content within a streamed response part.
|
||||
|
||||
:param type: Content part type identifier, always "refusal"
|
||||
:param refusal: Refusal text supplied by the model
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue