diff --git a/fern/fern.config.json b/fern/fern.config.json index 602ef0b38..21b7e85a7 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "vectara", - "version": "0.43.7" + "version": "0.44.10" } \ No newline at end of file diff --git a/fern/openapi-overrides.yaml b/fern/openapi-overrides.yaml index d28b4333c..9c17d89e4 100644 --- a/fern/openapi-overrides.yaml +++ b/fern/openapi-overrides.yaml @@ -192,6 +192,32 @@ paths: response-stream: $ref: "#/components/schemas/QueryStreamedResponse" x-fern-sdk-method-name: query + x-fern-examples: + - request: + query: hello, world? + search: + corpora: + - lexical_interpolation: 0.005 + offset: 0 + limit: 10 + context_configuration: + sentences_before: 2 + sentences_after: 2 + start_tag: "" + end_tag: "" + generation: + max_used_search_results: 5 + citations: + style: "none" + response_language: "auto" + stream_response: true + response: + stream: + - type: search_results + search_results: + - text: "Hello, world!" + score: 0.9 + document_id: "doc_123" /v2/corpora/{corpus_key}/query: get: x-fern-sdk-group-name: corpora @@ -415,4 +441,4 @@ paths: required: - access_token - token_type - - expires_in + - expires_in \ No newline at end of file