const model = new ChatIflytekXinghuo();const response = await model.invoke([new HumanMessage("Nice to meet you!")]);console.log(response); Copy
const model = new ChatIflytekXinghuo();const response = await model.invoke([new HumanMessage("Nice to meet you!")]);console.log(response);
Optional
Example