Used new extract endpoint
This commit is contained in:
parent
7d231e0112
commit
c95d7a499b
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ from pydantic import BaseModel, Field
|
|||
from typing import List
|
||||
from composio_phidata import Action, ComposioToolSet
|
||||
|
||||
# Define a schema for a single user interaction (question or answer)
|
||||
class QuoraUserInteractionSchema(BaseModel):
|
||||
username: str = Field(description="The username of the user who posted the question or answer")
|
||||
bio: str = Field(description="The bio or description of the user")
|
||||
|
|
|
|||
Loading…
Reference in a new issue