Li Jie

Results 37 comments of Li Jie

Tested function calling examples`examples/tools/multipletools` (remove search tool) and `examples/tools/loadartifacts` with openai models (test both openrouter and openai), seems doesn't work. but agent tool works.

> Thanks for testing this! I’ve now added ParametersJsonSchema support for function calls, and the updated implementation has been tested successfully. The agent tools continue to work as expected. Thanks...

@ChinaSiro I have tested on a demo but it stopped at function calling in streaming mode, maybe need a rich demo and integration test. I attach my demo code for...

I just use codex to compare openai.go and lite_llm.py to try to find the reason, it update some code, and it works on my machine. Can you review the patch...

I can run the examples successfully, but coverage is still pretty low—GenerateContent/generateStream hover around 55–75% and the helper functions for tool calling (e.g., extractTexts, parseToolCallsFromText) are barely covered. Because the...

@aofei Is there any log showing that a container was built using this configuration?

I upgraded to CopilotKit 1.10.4 and can now use the new `disableSystemMessage` prop. One workaround I have is: - enable `disableSystemMessage` - if `run_input.messages` only contains a single entry on...