Anjana Supun
Anjana Supun
> Uh I think it's just collection_id (without the s) Documentation mentions otherwise. https://github.com/SciPhi-AI/R2R/blob/ed807fc1cf52f6920ca954227730470fbc70eb7f/py/shared/abstractions/search.py#L322
Hii, thanks for your interest in this specific issue. We usually do the schema validation via a schema. You can find c2c-schema.json in the codebase. This is a custom written...
> hey @keizer619 ,Can I work on this ? You can refer to this comment for details. https://github.com/ballerina-platform/ballerina-library/issues/7119#issuecomment-2389556127 You can ask me if anything =)
I like the idea of representing an agent with services. I'm wondering if theres a way to make system prompt, and user prompt more prominent. Minor thing: If I want...
> Good question! I think to accommodate the above we can do something as follows. > > import ballerina/ai; > import ballerina/http; > > listener ai:ChatListener mathTutorListener = new (listenOn...