- Full implementation of Traicie Selection Specialist - VA version
- Improvements to CrewAI specialists and Specialists in general - Addition of reusable components to check or get answers to questions from the full Human Message - HumanAnswerServices
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from typing import List, Optional
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
class A2QOutput(BaseModel):
|
||||
answer: str = Field(None, description="Answer to the question asked")
|
||||
Reference in New Issue
Block a user