mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
remove extra http_method
This commit is contained in:
parent
68097fde07
commit
e55127d325
2 changed files with 0 additions and 7 deletions
|
|
@ -122,11 +122,6 @@ properties:
|
|||
required:
|
||||
- name
|
||||
- path
|
||||
http_method:
|
||||
type: string
|
||||
enum:
|
||||
- GET
|
||||
- POST
|
||||
system_prompt:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
|
|
|
|||
|
|
@ -230,8 +230,6 @@ pub struct PromptTarget {
|
|||
pub name: String,
|
||||
pub default: Option<bool>,
|
||||
pub description: String,
|
||||
#[serde(rename = "http_method")]
|
||||
pub method: Option<HttpMethod>,
|
||||
pub endpoint: Option<EndpointDetails>,
|
||||
pub parameters: Option<Vec<Parameter>>,
|
||||
pub system_prompt: Option<String>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue