Skip to content

Commit

Permalink
remove extra http_method
Browse files Browse the repository at this point in the history
  • Loading branch information
adilhafeez committed Jan 9, 2025
1 parent 68097fd commit e55127d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions arch/arch_config_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ properties:
required:
- name
- path
http_method:
type: string
enum:
- GET
- POST
system_prompt:
type: string
additionalProperties: false
Expand Down
2 changes: 0 additions & 2 deletions crates/common/src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit e55127d

Please sign in to comment.