Yoshiki Miura

Results 130 comments of Yoshiki Miura

PR: https://github.com/miurla/morphic/pull/303

``` Make our own 404 pages for morphic and make all endpoints Edge solve the problem ```

Yes. When using `render`, the streamed text couldn't be displayed smoothly. If it's not a problem, it would be better to use `streamUI`. If it's usable, since a writer has...

I'm working on this now.

I tried streamUI, and while it's convenient for making single tool calls, it wasn't suitable for replacing the researcher, so no replacement was made. Instead, refactoring was carried out. #148

Since Model Capabilities is also checked, support is possible. https://sdk.vercel.ai/providers/ai-sdk-providers/mistral

I tried it, but some agents are encountering errors. **query-suggestor** `APICallError [AI_APICallError]: Function calling with a response mime type: 'application/json' is unsupported` **researcher** `APICallError [AI_APICallError]: Invalid JSON payload received. Unknown...

The gemini-1.5-pro and gemini-1.5-flash models have gone GA, so they were tested again. An error occurs with tool use. ``` Error: Invalid JSON payload received. Unknown name "default" at 'tools.function_declarations[0].parameters.properties[1].value':...

`Error: Invalid JSON payload received. Unknown name "default" at 'tools.function_declarations[0].parameters.properties[1].value': Cannot find field.` This error was resolved by modifying the schema. However, the following error occurs. query-suggestor `APICallError [AI_APICallError]: Function...

The video search API we are currently using does not have a date parameter. Even if `latest` is included in the query, if the newest videos are not retrieved, the...