Used new extract endpoint

This commit is contained in:
Madhu 2025-01-23 14:55:14 +05:30
parent 7d231e0112
commit c95d7a499b

View file

@ -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")