ln₹ / lakshmi - {lakshminarayan rao}

Results 32 comments of ln₹ / lakshmi - {lakshminarayan rao}

This resolved the issue....but for sure there is a bug ("Could not decode: json: unknown field "$schema"") that need to be resolved with latest image for keto - used oryd/keto:latest...

From UI call payload need to include source_type and json_chema = {name} { "name": "test_tool", "source_type": "python", "json_schema": {"name":"test_tool"}, "source_code": "import random\n\ndef roll_d20(self) -> str:\n \"\"\"\n Simulate the roll of...

Is the pre requisiet for create tools api is to generate jason_schema? @router.post("/tools", tags=["tools"], response_model=ToolModel) async def create_tool( request: CreateToolRequest = Body(...), ): """ Create a new tool """ try:...

Thanks Nostoi for the update I am copying my networlk trace from dev tool again. I had to create tool using client...dev portal i think implementation is incomplete POST -...

Hi @mahiro Thank you ! I can collaborate. I need to double check on what has changed, we can update the doc only after testing and getting that reviewed with...

Hi Yang This is sorted.! It's working for me. I can have a document for this. _lnr On Tue, Jul 16, 2024 at 10:13 AM yf-yang ***@***.***> wrote: > Why...

Also In with pnpm run dev , I am able to module federation working. But I am not sure how to get it working for production setup. I am planning...

After debugging this is what worked for me. Startup script is not working...hence i had to fix this way ``` # Base image with Python FROM python:3.12.2-slim-bookworm # Install necessary...