> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Plugin Type • Rust AI Agent SDK

> plugin_type: Set plugin type

# plugin\_type

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**PluginInfo**](../classes/PluginInfo) class in the [**plugins**](../modules/plugins) module.

Set plugin type

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def plugin_type(mut self, plugin_type: PluginType) -> Self
```

## Parameters

<ParamField query="plugin_type" type="PluginType" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Self">
  The result of the operation.
</ResponseField>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Plugins" icon="plug" href="/docs/rust/plugins" />
</CardGroup>
