Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jan 8, 2025
1 parent 705fd06 commit f5b514a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agixt/endpoints/GQL.py
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@ async def submit_feedback(

return True

@strawberry.mutation
# @strawberry.mutation
async def create_dataset(self, info, agent_name: str, input: DatasetInput) -> bool:
"""Create training dataset from memories"""
user, auth = await get_user_from_context(info)
Expand All @@ -2569,7 +2569,7 @@ async def create_dataset(self, info, agent_name: str, input: DatasetInput) -> bo

return True

@strawberry.mutation
# @strawberry.mutation
async def generate_dpo(self, info, agent_name: str, input: DPOInput) -> DPOResult:
"""Generate DPO response for input"""
user, auth = await get_user_from_context(info)
Expand Down

0 comments on commit f5b514a

Please sign in to comment.