Scott Vickers

Results 6 comments of Scott Vickers

I am wondering about this as well. This case doesn't appear to work: ``` public IActionResult Index(int n){ ... } public IActionResult Redirect(){ return this.RedirectToAction(a=>a.Index(1)); } ``` The RedirectToActionResult that...

As a workaround for this bug I set the swagger response schema to be file, and then just read the string from the returned stream. ``` "200": { "description": "Query...

+1 for .net.

In your docstring for `search_api_tool` be specific and give a concrete example of what you expect. ``` :param str input_string: a JSON serialized object containing the properties: start_date, end_date, symbol...

See #135 and #110, it is due to the pydantic version currently referenced but there are workarounds.