remove extra http_method

This commit is contained in:
Adil Hafeez 2025-01-08 16:58:43 -08:00
parent 68097fde07
commit e55127d325
2 changed files with 0 additions and 7 deletions

View file

@ -122,11 +122,6 @@ properties:
required:
- name
- path
http_method:
type: string
enum:
- GET
- POST
system_prompt:
type: string
additionalProperties: false

View file

@ -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>,