Skip to content

Commit e321fba

Browse files
committed
example
1 parent 8bf8173 commit e321fba

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

examples/tshirt_store_langgraph_agent/python_entrypoint_shirtify.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ def call_agent(
2222
context_id: Optional[str] = None,
2323
**kwargs: Any,
2424
) -> str:
25-
if kwargs:
26-
raise ValueError(f">>>>>>>>>>>>> kwargs: {kwargs}")
27-
2825
"""
2926
Process conversation messages and return a response from the Shirtify agent.
3027

0 commit comments

Comments
 (0)