David Kwon
David Kwon
Is there anything we can do?
Any progress?
The code below is a function that generates a handler. I want to set the plugin when I create it here. ```typescript async createHandler(options: AgentCreateOptions): Promise { const createOption: AgentCreateOptions...
> Oh, I see. Your ticket is that you're requesting an ability to set a client plugin on the overall handler. Got it. Makes sense. Right, that's what I wanted....
I have a similar problem. I am converting typescript to swift.
i found use jsdoc ```typescript export interface Menu { /** * @type integer */ seq?: number; name: string; isFavorite: boolean; isAlcohol: boolean; price: number; position?: MenuPosition; } ```
First of all, thank you for your participation in the issue and PR. I just started reviewing the PR you left.
Please refer to this PR #39 I added contentMetadata in metaData because it was not being handed over to the event.
Is there any update?