Update api spec (#98)
* YOYO NEW API SPEC! * fixups Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * I have generated the latest API! --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -46,7 +46,7 @@ class AiPluginApi:
|
||||
if isinstance(_type, Unset):
|
||||
type = UNSET
|
||||
else:
|
||||
type = AiPluginApiType(_type)
|
||||
type = _type # type: ignore[arg-type]
|
||||
|
||||
url = d.pop("url", UNSET)
|
||||
|
||||
|
Reference in New Issue
Block a user