Michael

Results 7 comments of Michael

> It is possible to support swagger examples. > > By the way, do you think that the examples should be put into the SDK? What you mean is to...

> ```typescript > /** > * Store an article. > * > * @param input Content to store > * @returns Newly archived article > * @deprecated > * >...

> I will check the propagate type again. > > By the way, how to write the example data in the method? Do you have any idea? I think the...

I got same issue about kafka client. I want to consume samely named topics from two different kafka. but, that two topics are on different kafka broker(not replica set) each...

@rajilesh oh, It's a bug of this [connector_repository](https://github.com/wrtnlabs/connectors). By connector version `0.1.505`, this bug is occurred, but from version `0.1.506`, this bug is resolved. I feel really sorry about this...

@rajilesh Did you enter the parameter in Connector's constructor? um... The Agentica CLI is not a one-size-fits-all. If you select a connector, you should enter the environment variables in `.env`...

Sorry. Code writing feature is not implemented yet. because when user didn't enters some env values, the `process.env.{VARIABLE}!` doesn't recognize what env is entered or not. how do you think...