pub struct GptActionsAdapter;Expand description
GPT Actions adapter.
Detects OpenAPI specs for ChatGPT custom actions by looking for:
ai-plugin.json(legacy ChatGPT plugin manifest).well-known/ai-plugin.jsonopenapi.json/openapi.yaml/swagger.json/swagger.yamlwithx-openai-*extensions or alongside anai-plugin.jsonactions.json
Trait Implementations§
Source§impl Adapter for GptActionsAdapter
impl Adapter for GptActionsAdapter
Auto Trait Implementations§
impl Freeze for GptActionsAdapter
impl RefUnwindSafe for GptActionsAdapter
impl Send for GptActionsAdapter
impl Sync for GptActionsAdapter
impl Unpin for GptActionsAdapter
impl UnsafeUnpin for GptActionsAdapter
impl UnwindSafe for GptActionsAdapter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more