mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-01 12:23:01 +08:00
5 lines
129 B
Python
5 lines
129 B
Python
from pydantic import BaseModel
|
|
|
|
class final_answer(BaseModel):
|
|
"""Final answer to be returned to the user."""
|
|
answer: str |