Skip to content

Commit

Permalink
chore: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Feb 26, 2024
1 parent 3ee87f6 commit 1723d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbgpt/app/knowledge/request/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ class KnowledgeQueryResponse(BaseModel):
"""score: knowledge vector query similarity score"""
score: float = 0.0
"""text: raw text info"""
text: str
text: str

0 comments on commit 1723d40

Please sign in to comment.