Uday Sidagana
Uday Sidagana
Hey @mgoldsborough, The misspelled field exists for backwards compatibility. We can’t remove it yet because it might break existing workflows. To address this, we added the correctly spelled field alongside...
Hey @pontus-devoteam, could you share a snippet where we can reproduce this issue?
@Equlnox, `.hub` and `AgentExecutor` are not supported with v1. Working snippet: ```from composio import Composio from composio_langchain import LangchainProvider from langchain.agents import create_agent from langchain_openai import ChatOpenAI openai_client = ChatOpenAI(model="gpt-5")...
@haxzie, missing 'interopZodObjectMakeFieldsOptional' in v1. Snippet: ```import { Composio } from '@composio/core'; import { LangchainProvider } from '@composio/langchain'; import { createAgent } from "langchain"; import { ChatOpenAI } from '@langchain/openai';...
Hey @a9a4k, could you share more details about this snippet: ``` const result = await tools.GMAIL_FETCH_EMAILS.execute({ context: { label_ids: ['UNREAD'], max_results: 10 } }); ``` Doc to refer: https://docs.composio.dev/docs/executing-tools#direct-tool-execution
Got it @a9a4k, the CUrl request you’ve shared works fine on our end. Could you share the exact response payload, including the logId or requestId?