- cleanup of old TASKs, AGENTs and SPECIALISTs
- Add additional configuration options to agent (temperature and model choice) - Define new PROOFREADING Agents and Tasks
This commit is contained in:
@@ -4,7 +4,7 @@ from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
class RAGOutput(BaseModel):
|
||||
answer: str = Field(None, description="Answer to the questions asked, in Markdown format.")
|
||||
answer: str = Field(None, description="Final answer to the question asked, in Markdown format.")
|
||||
insufficient_info: bool = Field(None, description="An indication if there's insufficient information to answer")
|
||||
|
||||
model_config = {
|
||||
|
||||
Reference in New Issue
Block a user