vellum_ai 0.3.15 → 0.14.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +21 -0
- data/lib/core/file_utilities.rb +14 -13
- data/lib/environment.rb +4 -6
- data/lib/requests.rb +141 -59
- data/lib/types_export.rb +392 -110
- data/lib/vellum_ai/ad_hoc/client.rb +179 -0
- data/lib/vellum_ai/container_images/client.rb +289 -0
- data/lib/vellum_ai/deployments/client.rb +581 -111
- data/lib/vellum_ai/deployments/types/deployments_list_request_status.rb +7 -3
- data/lib/vellum_ai/deployments/types/list_deployment_release_tags_request_source.rb +12 -0
- data/lib/vellum_ai/document_indexes/client.rb +517 -261
- data/lib/vellum_ai/document_indexes/types/document_indexes_list_request_status.rb +7 -3
- data/lib/vellum_ai/documents/client.rb +337 -186
- data/lib/vellum_ai/folder_entities/client.rb +165 -33
- data/lib/vellum_ai/folder_entities/types/folder_entities_list_request_entity_status.rb +12 -0
- data/lib/vellum_ai/metric_definitions/client.rb +159 -0
- data/lib/vellum_ai/ml_models/client.rb +94 -0
- data/lib/vellum_ai/organizations/client.rb +92 -0
- data/lib/vellum_ai/prompts/client.rb +198 -0
- data/lib/vellum_ai/release_reviews/client.rb +102 -0
- data/lib/vellum_ai/sandboxes/client.rb +230 -90
- data/lib/vellum_ai/test_suite_runs/client.rb +188 -101
- data/lib/vellum_ai/test_suites/client.rb +208 -90
- data/lib/vellum_ai/types/ad_hoc_execute_prompt_event.rb +90 -0
- data/lib/vellum_ai/types/ad_hoc_expand_meta.rb +85 -0
- data/lib/vellum_ai/types/ad_hoc_fulfilled_prompt_execution_meta.rb +92 -0
- data/lib/vellum_ai/types/ad_hoc_initiated_prompt_execution_meta.rb +65 -0
- data/lib/vellum_ai/types/ad_hoc_rejected_prompt_execution_meta.rb +66 -0
- data/lib/vellum_ai/types/ad_hoc_streaming_prompt_execution_meta.rb +55 -0
- data/lib/vellum_ai/types/api_node_result.rb +43 -27
- data/lib/vellum_ai/types/api_node_result_data.rb +62 -51
- data/lib/vellum_ai/types/api_request_parent_context.rb +87 -0
- data/lib/vellum_ai/types/{image_enum.rb → api_version_enum.rb} +2 -2
- data/lib/vellum_ai/types/array_chat_message_content.rb +42 -26
- data/lib/vellum_ai/types/array_chat_message_content_item.rb +85 -82
- data/lib/vellum_ai/types/array_chat_message_content_item_request.rb +85 -82
- data/lib/vellum_ai/types/array_chat_message_content_request.rb +42 -26
- data/lib/vellum_ai/types/array_input.rb +73 -0
- data/lib/vellum_ai/types/array_vellum_value.rb +68 -0
- data/lib/vellum_ai/types/array_vellum_value_request.rb +68 -0
- data/lib/vellum_ai/types/audio_chat_message_content.rb +68 -0
- data/lib/vellum_ai/types/audio_chat_message_content_request.rb +68 -0
- data/lib/vellum_ai/types/audio_prompt_block.rb +92 -0
- data/lib/vellum_ai/types/audio_vellum_value.rb +70 -0
- data/lib/vellum_ai/types/audio_vellum_value_request.rb +70 -0
- data/lib/vellum_ai/types/base_output.rb +70 -0
- data/lib/vellum_ai/types/basic_vectorizer_intfloat_multilingual_e_5_large.rb +66 -0
- data/lib/vellum_ai/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.rb +66 -0
- data/lib/vellum_ai/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.rb +66 -0
- data/lib/vellum_ai/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.rb +66 -0
- data/lib/vellum_ai/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.rb +66 -0
- data/lib/vellum_ai/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.rb +66 -0
- data/lib/vellum_ai/types/build_status_enum.rb +18 -0
- data/lib/vellum_ai/types/chat_history_input.rb +73 -0
- data/lib/vellum_ai/types/chat_history_input_request.rb +46 -28
- data/lib/vellum_ai/types/chat_history_vellum_value.rb +68 -0
- data/lib/vellum_ai/types/chat_history_vellum_value_request.rb +68 -0
- data/lib/vellum_ai/types/chat_message.rb +55 -38
- data/lib/vellum_ai/types/chat_message_content.rb +100 -94
- data/lib/vellum_ai/types/chat_message_content_request.rb +100 -94
- data/lib/vellum_ai/types/chat_message_prompt_block.rb +111 -0
- data/lib/vellum_ai/types/chat_message_request.rb +55 -38
- data/lib/vellum_ai/types/chat_message_role.rb +13 -3
- data/lib/vellum_ai/types/code_execution_node_array_result.rb +50 -30
- data/lib/vellum_ai/types/code_execution_node_chat_history_result.rb +49 -29
- data/lib/vellum_ai/types/code_execution_node_error_result.rb +50 -30
- data/lib/vellum_ai/types/code_execution_node_function_call_result.rb +50 -30
- data/lib/vellum_ai/types/code_execution_node_json_result.rb +45 -27
- data/lib/vellum_ai/types/code_execution_node_number_result.rb +47 -27
- data/lib/vellum_ai/types/code_execution_node_result.rb +43 -27
- data/lib/vellum_ai/types/code_execution_node_result_data.rb +43 -30
- data/lib/vellum_ai/types/code_execution_node_result_output.rb +129 -143
- data/lib/vellum_ai/types/code_execution_node_search_results_result.rb +49 -29
- data/lib/vellum_ai/types/code_execution_node_string_result.rb +47 -27
- data/lib/vellum_ai/types/code_execution_package.rb +61 -0
- data/lib/vellum_ai/types/code_execution_runtime.rb +12 -0
- data/lib/vellum_ai/types/code_executor_input.rb +170 -0
- data/lib/vellum_ai/types/code_executor_response.rb +67 -0
- data/lib/vellum_ai/types/code_executor_secret_input.rb +69 -0
- data/lib/vellum_ai/types/code_resource_definition.rb +62 -0
- data/lib/vellum_ai/types/compile_prompt_deployment_expand_meta_request.rb +76 -0
- data/lib/vellum_ai/types/compile_prompt_meta.rb +72 -0
- data/lib/vellum_ai/types/components_schemas_pdf_search_result_meta_source.rb +6 -0
- data/lib/vellum_ai/types/components_schemas_pdf_search_result_meta_source_request.rb +6 -0
- data/lib/vellum_ai/types/components_schemas_prompt_version_build_config_sandbox.rb +6 -0
- data/lib/vellum_ai/types/condition_combinator.rb +12 -0
- data/lib/vellum_ai/types/conditional_node_result.rb +43 -27
- data/lib/vellum_ai/types/conditional_node_result_data.rb +31 -23
- data/lib/vellum_ai/types/container_image_build_config.rb +55 -0
- data/lib/vellum_ai/types/container_image_container_image_tag.rb +66 -0
- data/lib/vellum_ai/types/container_image_read.rb +141 -0
- data/lib/vellum_ai/types/create_test_suite_test_case_request.rb +89 -0
- data/lib/vellum_ai/types/deployment_history_item.rb +107 -0
- data/lib/vellum_ai/types/deployment_provider_payload_response.rb +54 -24
- data/lib/vellum_ai/types/deployment_provider_payload_response_payload.rb +57 -0
- data/lib/vellum_ai/types/deployment_read.rb +113 -76
- data/lib/vellum_ai/types/deployment_release_tag_deployment_history_item.rb +68 -0
- data/lib/vellum_ai/types/deployment_release_tag_read.rb +92 -0
- data/lib/vellum_ai/types/docker_service_token.rb +68 -0
- data/lib/vellum_ai/types/document_chat_message_content.rb +68 -0
- data/lib/vellum_ai/types/document_chat_message_content_request.rb +68 -0
- data/lib/vellum_ai/types/document_document_to_document_index.rb +76 -43
- data/lib/vellum_ai/types/document_index_chunking.rb +74 -0
- data/lib/vellum_ai/types/document_index_chunking_request.rb +74 -0
- data/lib/vellum_ai/types/document_index_indexing_config.rb +75 -0
- data/lib/vellum_ai/types/document_index_indexing_config_request.rb +75 -0
- data/lib/vellum_ai/types/document_index_read.rb +73 -64
- data/lib/vellum_ai/types/document_processing_state.rb +18 -0
- data/lib/vellum_ai/types/document_prompt_block.rb +92 -0
- data/lib/vellum_ai/types/document_read.rb +91 -83
- data/lib/vellum_ai/types/document_status.rb +1 -1
- data/lib/vellum_ai/types/document_vellum_value.rb +70 -0
- data/lib/vellum_ai/types/document_vellum_value_request.rb +70 -0
- data/lib/vellum_ai/types/enriched_normalized_completion.rb +97 -78
- data/lib/vellum_ai/types/entity_status.rb +9 -3
- data/lib/vellum_ai/types/entity_visibility.rb +16 -0
- data/lib/vellum_ai/types/environment_enum.rb +11 -3
- data/lib/vellum_ai/types/ephemeral_prompt_cache_config.rb +54 -0
- data/lib/vellum_ai/types/ephemeral_prompt_cache_config_type_enum.rb +5 -0
- data/lib/vellum_ai/types/error_input.rb +75 -0
- data/lib/vellum_ai/types/error_vellum_value.rb +70 -0
- data/lib/vellum_ai/types/error_vellum_value_request.rb +70 -0
- data/lib/vellum_ai/types/execute_api_request_bearer_token.rb +57 -0
- data/lib/vellum_ai/types/execute_api_request_body.rb +71 -0
- data/lib/vellum_ai/types/execute_api_request_headers_value.rb +57 -0
- data/lib/vellum_ai/types/execute_api_response.rb +83 -0
- data/lib/vellum_ai/types/execute_api_response_json.rb +56 -0
- data/lib/vellum_ai/types/execute_prompt_event.rb +68 -94
- data/lib/vellum_ai/types/execute_prompt_response.rb +38 -70
- data/lib/vellum_ai/types/execute_workflow_response.rb +54 -38
- data/lib/vellum_ai/types/execute_workflow_workflow_result_event.rb +38 -70
- data/lib/vellum_ai/types/execution_array_vellum_value.rb +55 -32
- data/lib/vellum_ai/types/execution_chat_history_vellum_value.rb +54 -31
- data/lib/vellum_ai/types/execution_error_vellum_value.rb +55 -32
- data/lib/vellum_ai/types/execution_function_call_vellum_value.rb +55 -32
- data/lib/vellum_ai/types/execution_json_vellum_value.rb +50 -29
- data/lib/vellum_ai/types/execution_number_vellum_value.rb +52 -29
- data/lib/vellum_ai/types/execution_search_results_vellum_value.rb +54 -31
- data/lib/vellum_ai/types/execution_string_vellum_value.rb +52 -29
- data/lib/vellum_ai/types/execution_vellum_value.rb +129 -143
- data/lib/vellum_ai/types/external_input_descriptor.rb +86 -0
- data/lib/vellum_ai/types/external_test_case_execution.rb +67 -0
- data/lib/vellum_ai/types/external_test_case_execution_request.rb +67 -0
- data/lib/vellum_ai/types/fast_embed_vectorizer_baai_bge_small_en_v_15.rb +52 -0
- data/lib/vellum_ai/types/fast_embed_vectorizer_baai_bge_small_en_v_15_request.rb +54 -0
- data/lib/vellum_ai/types/finish_reason_enum.rb +11 -3
- data/lib/vellum_ai/types/folder_entity.rb +122 -0
- data/lib/vellum_ai/types/folder_entity_dataset.rb +75 -0
- data/lib/vellum_ai/types/folder_entity_dataset_data.rb +101 -0
- data/lib/vellum_ai/types/folder_entity_document_index.rb +75 -0
- data/lib/vellum_ai/types/folder_entity_document_index_data.rb +106 -0
- data/lib/vellum_ai/types/folder_entity_folder.rb +75 -0
- data/lib/vellum_ai/types/folder_entity_folder_data.rb +92 -0
- data/lib/vellum_ai/types/folder_entity_prompt_sandbox.rb +75 -0
- data/lib/vellum_ai/types/folder_entity_prompt_sandbox_data.rb +114 -0
- data/lib/vellum_ai/types/folder_entity_test_suite.rb +75 -0
- data/lib/vellum_ai/types/folder_entity_test_suite_data.rb +93 -0
- data/lib/vellum_ai/types/folder_entity_workflow_sandbox.rb +75 -0
- data/lib/vellum_ai/types/folder_entity_workflow_sandbox_data.rb +114 -0
- data/lib/vellum_ai/types/fulfilled_ad_hoc_execute_prompt_event.rb +89 -0
- data/lib/vellum_ai/types/fulfilled_execute_prompt_event.rb +60 -37
- data/lib/vellum_ai/types/fulfilled_execute_prompt_response.rb +67 -40
- data/lib/vellum_ai/types/fulfilled_execute_workflow_workflow_result_event.rb +59 -32
- data/lib/vellum_ai/types/fulfilled_prompt_execution_meta.rb +69 -29
- data/lib/vellum_ai/types/fulfilled_workflow_node_result_event.rb +92 -68
- data/lib/vellum_ai/types/function_call.rb +53 -72
- data/lib/vellum_ai/types/function_call_chat_message_content.rb +43 -27
- data/lib/vellum_ai/types/function_call_chat_message_content_request.rb +44 -27
- data/lib/vellum_ai/types/function_call_chat_message_content_value.rb +46 -31
- data/lib/vellum_ai/types/function_call_chat_message_content_value_request.rb +48 -31
- data/lib/vellum_ai/types/function_call_input.rb +75 -0
- data/lib/vellum_ai/types/function_call_prompt_block.rb +99 -0
- data/lib/vellum_ai/types/function_call_request.rb +71 -0
- data/lib/vellum_ai/types/function_call_vellum_value.rb +70 -0
- data/lib/vellum_ai/types/function_call_vellum_value_request.rb +70 -0
- data/lib/vellum_ai/types/function_definition.rb +109 -0
- data/lib/vellum_ai/types/generate_options_request.rb +35 -27
- data/lib/vellum_ai/types/generate_request.rb +52 -34
- data/lib/vellum_ai/types/generate_response.rb +29 -23
- data/lib/vellum_ai/types/generate_result.rb +52 -35
- data/lib/vellum_ai/types/generate_result_data.rb +29 -23
- data/lib/vellum_ai/types/generate_result_error.rb +26 -20
- data/lib/vellum_ai/types/generate_stream_response.rb +30 -24
- data/lib/vellum_ai/types/generate_stream_result.rb +53 -38
- data/lib/vellum_ai/types/generate_stream_result_data.rb +39 -28
- data/lib/vellum_ai/types/google_vertex_ai_vectorizer_config.rb +61 -0
- data/lib/vellum_ai/types/google_vertex_ai_vectorizer_config_request.rb +62 -0
- data/lib/vellum_ai/types/google_vertex_ai_vectorizer_text_embedding_004.rb +69 -0
- data/lib/vellum_ai/types/google_vertex_ai_vectorizer_text_embedding_004_request.rb +69 -0
- data/lib/vellum_ai/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002.rb +69 -0
- data/lib/vellum_ai/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002_request.rb +69 -0
- data/lib/vellum_ai/types/hkunlp_instructor_xl_vectorizer.rb +68 -0
- data/lib/vellum_ai/types/hkunlp_instructor_xl_vectorizer_request.rb +68 -0
- data/lib/vellum_ai/types/image_chat_message_content.rb +43 -27
- data/lib/vellum_ai/types/image_chat_message_content_request.rb +43 -27
- data/lib/vellum_ai/types/image_prompt_block.rb +92 -0
- data/lib/vellum_ai/types/image_vellum_value.rb +70 -0
- data/lib/vellum_ai/types/image_vellum_value_request.rb +70 -0
- data/lib/vellum_ai/types/indexing_config_vectorizer.rb +186 -0
- data/lib/vellum_ai/types/indexing_config_vectorizer_request.rb +186 -0
- data/lib/vellum_ai/types/indexing_state_enum.rb +15 -9
- data/lib/vellum_ai/types/initiated_ad_hoc_execute_prompt_event.rb +78 -0
- data/lib/vellum_ai/types/initiated_execute_prompt_event.rb +52 -31
- data/lib/vellum_ai/types/initiated_prompt_execution_meta.rb +55 -44
- data/lib/vellum_ai/types/initiated_workflow_node_result_event.rb +86 -62
- data/lib/vellum_ai/types/instructor_vectorizer_config.rb +69 -0
- data/lib/vellum_ai/types/instructor_vectorizer_config_request.rb +69 -0
- data/lib/vellum_ai/types/invoked_port.rb +51 -0
- data/lib/vellum_ai/types/iteration_state_enum.rb +14 -0
- data/lib/vellum_ai/types/jinja_prompt_block.rb +85 -0
- data/lib/vellum_ai/types/json_input.rb +69 -0
- data/lib/vellum_ai/types/json_input_request.rb +46 -28
- data/lib/vellum_ai/types/json_vellum_value.rb +62 -0
- data/lib/vellum_ai/types/json_vellum_value_request.rb +62 -0
- data/lib/vellum_ai/types/logical_operator.rb +57 -22
- data/lib/vellum_ai/types/logprobs_enum.rb +9 -3
- data/lib/vellum_ai/types/map_node_result.rb +70 -0
- data/lib/vellum_ai/types/map_node_result_data.rb +64 -0
- data/lib/vellum_ai/types/merge_node_result.rb +68 -0
- data/lib/vellum_ai/types/merge_node_result_data.rb +53 -0
- data/lib/vellum_ai/types/metadata_filter_config_request.rb +71 -57
- data/lib/vellum_ai/types/metadata_filter_rule_combinator.rb +9 -3
- data/lib/vellum_ai/types/metadata_filter_rule_request.rb +69 -57
- data/lib/vellum_ai/types/metadata_filters_request.rb +58 -0
- data/lib/vellum_ai/types/method_enum.rb +18 -0
- data/lib/vellum_ai/types/metric_definition_execution.rb +55 -0
- data/lib/vellum_ai/types/metric_definition_history_item.rb +96 -0
- data/lib/vellum_ai/types/metric_definition_input.rb +90 -0
- data/lib/vellum_ai/types/metric_node_result.rb +52 -0
- data/lib/vellum_ai/types/ml_model_read.rb +62 -0
- data/lib/vellum_ai/types/ml_model_usage.rb +98 -0
- data/lib/vellum_ai/types/ml_model_usage_wrapper.rb +67 -0
- data/lib/vellum_ai/types/named_scenario_input_chat_history_variable_value_request.rb +77 -0
- data/lib/vellum_ai/types/named_scenario_input_json_variable_value_request.rb +71 -0
- data/lib/vellum_ai/types/named_scenario_input_request.rb +74 -0
- data/lib/vellum_ai/types/named_scenario_input_string_variable_value_request.rb +73 -0
- data/lib/vellum_ai/types/named_test_case_array_variable_value.rb +75 -0
- data/lib/vellum_ai/types/named_test_case_array_variable_value_request.rb +76 -0
- data/lib/vellum_ai/types/named_test_case_chat_history_variable_value.rb +76 -0
- data/lib/vellum_ai/types/named_test_case_chat_history_variable_value_request.rb +53 -30
- data/lib/vellum_ai/types/named_test_case_error_variable_value.rb +77 -0
- data/lib/vellum_ai/types/named_test_case_error_variable_value_request.rb +52 -30
- data/lib/vellum_ai/types/named_test_case_function_call_variable_value.rb +78 -0
- data/lib/vellum_ai/types/named_test_case_function_call_variable_value_request.rb +79 -0
- data/lib/vellum_ai/types/named_test_case_json_variable_value.rb +69 -0
- data/lib/vellum_ai/types/named_test_case_json_variable_value_request.rb +48 -28
- data/lib/vellum_ai/types/named_test_case_number_variable_value.rb +71 -0
- data/lib/vellum_ai/types/named_test_case_number_variable_value_request.rb +51 -28
- data/lib/vellum_ai/types/named_test_case_search_results_variable_value.rb +77 -0
- data/lib/vellum_ai/types/named_test_case_search_results_variable_value_request.rb +53 -30
- data/lib/vellum_ai/types/named_test_case_string_variable_value.rb +71 -0
- data/lib/vellum_ai/types/named_test_case_string_variable_value_request.rb +51 -28
- data/lib/vellum_ai/types/named_test_case_variable_value.rb +154 -0
- data/lib/vellum_ai/types/named_test_case_variable_value_request.rb +131 -119
- data/lib/vellum_ai/types/new_member_join_behavior_enum.rb +14 -0
- data/lib/vellum_ai/types/node_execution_fulfilled_body.rb +87 -0
- data/lib/vellum_ai/types/node_execution_fulfilled_event.rb +134 -0
- data/lib/vellum_ai/types/node_execution_initiated_body.rb +67 -0
- data/lib/vellum_ai/types/node_execution_initiated_event.rb +134 -0
- data/lib/vellum_ai/types/node_execution_paused_body.rb +57 -0
- data/lib/vellum_ai/types/node_execution_paused_event.rb +134 -0
- data/lib/vellum_ai/types/node_execution_rejected_body.rb +73 -0
- data/lib/vellum_ai/types/node_execution_rejected_event.rb +134 -0
- data/lib/vellum_ai/types/node_execution_resumed_body.rb +57 -0
- data/lib/vellum_ai/types/node_execution_resumed_event.rb +134 -0
- data/lib/vellum_ai/types/node_execution_span.rb +118 -0
- data/lib/vellum_ai/types/node_execution_span_attributes.rb +51 -0
- data/lib/vellum_ai/types/node_execution_streaming_body.rb +73 -0
- data/lib/vellum_ai/types/node_execution_streaming_event.rb +134 -0
- data/lib/vellum_ai/types/node_input_compiled_array_value.rb +55 -33
- data/lib/vellum_ai/types/node_input_compiled_chat_history_value.rb +54 -32
- data/lib/vellum_ai/types/node_input_compiled_error_value.rb +55 -33
- data/lib/vellum_ai/types/node_input_compiled_function_call_value.rb +83 -0
- data/lib/vellum_ai/types/node_input_compiled_json_value.rb +50 -30
- data/lib/vellum_ai/types/node_input_compiled_number_value.rb +52 -30
- data/lib/vellum_ai/types/node_input_compiled_search_results_value.rb +54 -32
- data/lib/vellum_ai/types/node_input_compiled_secret_value.rb +81 -0
- data/lib/vellum_ai/types/node_input_compiled_string_value.rb +52 -30
- data/lib/vellum_ai/types/node_input_variable_compiled_value.rb +146 -144
- data/lib/vellum_ai/types/node_output_compiled_array_value.rb +60 -31
- data/lib/vellum_ai/types/node_output_compiled_chat_history_value.rb +59 -30
- data/lib/vellum_ai/types/node_output_compiled_error_value.rb +59 -30
- data/lib/vellum_ai/types/node_output_compiled_function_call_value.rb +85 -0
- data/lib/vellum_ai/types/node_output_compiled_json_value.rb +57 -28
- data/lib/vellum_ai/types/node_output_compiled_number_value.rb +57 -28
- data/lib/vellum_ai/types/node_output_compiled_search_results_value.rb +59 -30
- data/lib/vellum_ai/types/node_output_compiled_string_value.rb +57 -28
- data/lib/vellum_ai/types/node_output_compiled_value.rb +130 -144
- data/lib/vellum_ai/types/node_parent_context.rb +100 -0
- data/lib/vellum_ai/types/normalized_log_probs.rb +42 -29
- data/lib/vellum_ai/types/normalized_token_log_probs.rb +51 -35
- data/lib/vellum_ai/types/number_input.rb +69 -0
- data/lib/vellum_ai/types/number_vellum_value.rb +64 -0
- data/lib/vellum_ai/types/number_vellum_value_request.rb +64 -0
- data/lib/vellum_ai/types/open_ai_vectorizer_config.rb +54 -0
- data/lib/vellum_ai/types/open_ai_vectorizer_config_request.rb +54 -0
- data/lib/vellum_ai/types/open_ai_vectorizer_text_embedding_3_large.rb +68 -0
- data/lib/vellum_ai/types/open_ai_vectorizer_text_embedding_3_large_request.rb +70 -0
- data/lib/vellum_ai/types/open_ai_vectorizer_text_embedding_3_small.rb +68 -0
- data/lib/vellum_ai/types/open_ai_vectorizer_text_embedding_3_small_request.rb +70 -0
- data/lib/vellum_ai/types/open_ai_vectorizer_text_embedding_ada_002.rb +68 -0
- data/lib/vellum_ai/types/open_ai_vectorizer_text_embedding_ada_002_request.rb +70 -0
- data/lib/vellum_ai/types/organization_read.rb +78 -0
- data/lib/vellum_ai/types/paginated_container_image_read_list.rb +81 -0
- data/lib/vellum_ai/types/paginated_deployment_release_tag_read_list.rb +82 -0
- data/lib/vellum_ai/types/paginated_document_index_read_list.rb +55 -38
- data/lib/vellum_ai/types/paginated_folder_entity_list.rb +81 -0
- data/lib/vellum_ai/types/paginated_slim_deployment_read_list.rb +55 -38
- data/lib/vellum_ai/types/paginated_slim_document_list.rb +55 -38
- data/lib/vellum_ai/types/paginated_slim_workflow_deployment_list.rb +55 -38
- data/lib/vellum_ai/types/paginated_test_suite_run_execution_list.rb +53 -36
- data/lib/vellum_ai/types/paginated_test_suite_test_case_list.rb +81 -0
- data/lib/vellum_ai/types/paginated_workflow_release_tag_read_list.rb +81 -0
- data/lib/vellum_ai/types/paginated_workflow_sandbox_example_list.rb +81 -0
- data/lib/vellum_ai/types/parent_context.rb +122 -0
- data/lib/vellum_ai/types/pdf_search_result_meta_source.rb +75 -0
- data/lib/vellum_ai/types/pdf_search_result_meta_source_request.rb +75 -0
- data/lib/vellum_ai/types/plain_text_prompt_block.rb +85 -0
- data/lib/vellum_ai/types/price.rb +62 -0
- data/lib/vellum_ai/types/processing_failure_reason_enum.rb +9 -6
- data/lib/vellum_ai/types/prompt_block.rb +154 -0
- data/lib/vellum_ai/types/prompt_block_state.rb +12 -0
- data/lib/vellum_ai/types/prompt_deployment_expand_meta_request.rb +110 -0
- data/lib/vellum_ai/types/prompt_deployment_input_request.rb +53 -82
- data/lib/vellum_ai/types/prompt_deployment_parent_context.rb +143 -0
- data/lib/vellum_ai/types/prompt_deployment_release.rb +149 -0
- data/lib/vellum_ai/types/prompt_deployment_release_prompt_deployment.rb +53 -0
- data/lib/vellum_ai/types/prompt_deployment_release_prompt_version.rb +68 -0
- data/lib/vellum_ai/types/prompt_exec_config.rb +115 -0
- data/lib/vellum_ai/types/prompt_execution_meta.rb +87 -50
- data/lib/vellum_ai/types/prompt_node_execution_meta.rb +84 -0
- data/lib/vellum_ai/types/prompt_node_result.rb +43 -27
- data/lib/vellum_ai/types/prompt_node_result_data.rb +72 -36
- data/lib/vellum_ai/types/prompt_output.rb +72 -98
- data/lib/vellum_ai/types/prompt_parameters.rb +112 -0
- data/lib/vellum_ai/types/prompt_push_response.rb +61 -0
- data/lib/vellum_ai/types/prompt_request_chat_history_input.rb +72 -0
- data/lib/vellum_ai/types/prompt_request_input.rb +74 -0
- data/lib/vellum_ai/types/prompt_request_json_input.rb +68 -0
- data/lib/vellum_ai/types/prompt_request_string_input.rb +68 -0
- data/lib/vellum_ai/types/prompt_settings.rb +63 -0
- data/lib/vellum_ai/types/prompt_version_build_config_sandbox.rb +75 -0
- data/lib/vellum_ai/types/raw_prompt_execution_overrides_request.rb +45 -30
- data/lib/vellum_ai/types/reducto_chunker_config.rb +54 -0
- data/lib/vellum_ai/types/reducto_chunker_config_request.rb +54 -0
- data/lib/vellum_ai/types/reducto_chunking.rb +70 -0
- data/lib/vellum_ai/types/reducto_chunking_request.rb +70 -0
- data/lib/vellum_ai/types/rejected_ad_hoc_execute_prompt_event.rb +90 -0
- data/lib/vellum_ai/types/rejected_execute_prompt_event.rb +60 -38
- data/lib/vellum_ai/types/rejected_execute_prompt_response.rb +67 -41
- data/lib/vellum_ai/types/rejected_execute_workflow_workflow_result_event.rb +60 -33
- data/lib/vellum_ai/types/rejected_prompt_execution_meta.rb +43 -29
- data/lib/vellum_ai/types/rejected_workflow_node_result_event.rb +86 -62
- data/lib/vellum_ai/types/release_created_by.rb +70 -0
- data/lib/vellum_ai/types/release_environment.rb +68 -0
- data/lib/vellum_ai/types/release_release_tag.rb +66 -0
- data/lib/vellum_ai/types/release_review_reviewer.rb +63 -0
- data/lib/vellum_ai/types/release_review_state.rb +14 -0
- data/lib/vellum_ai/types/release_tag_release.rb +66 -0
- data/lib/vellum_ai/types/release_tag_source.rb +12 -0
- data/lib/vellum_ai/types/replace_test_suite_test_case_request.rb +98 -0
- data/lib/vellum_ai/types/rich_text_child_block.rb +58 -0
- data/lib/vellum_ai/types/rich_text_prompt_block.rb +89 -0
- data/lib/vellum_ai/types/sandbox_scenario.rb +47 -31
- data/lib/vellum_ai/types/scenario_input.rb +57 -53
- data/lib/vellum_ai/types/scenario_input_chat_history_variable_value.rb +76 -0
- data/lib/vellum_ai/types/scenario_input_json_variable_value.rb +69 -0
- data/lib/vellum_ai/types/scenario_input_string_variable_value.rb +71 -0
- data/lib/vellum_ai/types/search_filters_request.rb +44 -31
- data/lib/vellum_ai/types/search_node_result.rb +43 -27
- data/lib/vellum_ai/types/search_node_result_data.rb +54 -41
- data/lib/vellum_ai/types/search_request_options_request.rb +63 -47
- data/lib/vellum_ai/types/search_response.rb +31 -23
- data/lib/vellum_ai/types/search_result.rb +62 -32
- data/lib/vellum_ai/types/search_result_document.rb +55 -34
- data/lib/vellum_ai/types/search_result_document_request.rb +56 -30
- data/lib/vellum_ai/types/search_result_merging_request.rb +30 -22
- data/lib/vellum_ai/types/search_result_meta.rb +60 -0
- data/lib/vellum_ai/types/search_result_meta_request.rb +60 -0
- data/lib/vellum_ai/types/search_result_request.rb +62 -32
- data/lib/vellum_ai/types/search_results_input.rb +73 -0
- data/lib/vellum_ai/types/search_results_vellum_value.rb +68 -0
- data/lib/vellum_ai/types/search_results_vellum_value_request.rb +68 -0
- data/lib/vellum_ai/types/search_weights_request.rb +39 -26
- data/lib/vellum_ai/types/secret_type_enum.rb +16 -0
- data/lib/vellum_ai/types/sentence_chunker_config.rb +64 -0
- data/lib/vellum_ai/types/sentence_chunker_config_request.rb +64 -0
- data/lib/vellum_ai/types/sentence_chunking.rb +70 -0
- data/lib/vellum_ai/types/sentence_chunking_request.rb +70 -0
- data/lib/vellum_ai/types/slim_deployment_read.rb +99 -70
- data/lib/vellum_ai/types/slim_document.rb +102 -85
- data/lib/vellum_ai/types/slim_document_document_to_document_index.rb +96 -0
- data/lib/vellum_ai/types/slim_release_review.rb +87 -0
- data/lib/vellum_ai/types/slim_workflow_deployment.rb +109 -77
- data/lib/vellum_ai/types/slim_workflow_execution_read.rb +162 -0
- data/lib/vellum_ai/types/span_link.rb +75 -0
- data/lib/vellum_ai/types/{chat_history_enum.rb → span_link_type_enum.rb} +2 -2
- data/lib/vellum_ai/types/streaming_ad_hoc_execute_prompt_event.rb +106 -0
- data/lib/vellum_ai/types/streaming_execute_prompt_event.rb +73 -52
- data/lib/vellum_ai/types/streaming_prompt_execution_meta.rb +33 -24
- data/lib/vellum_ai/types/streaming_workflow_node_result_event.rb +93 -69
- data/lib/vellum_ai/types/string_chat_message_content.rb +40 -24
- data/lib/vellum_ai/types/string_chat_message_content_request.rb +40 -24
- data/lib/vellum_ai/types/string_input.rb +69 -0
- data/lib/vellum_ai/types/string_input_request.rb +45 -27
- data/lib/vellum_ai/types/string_vellum_value.rb +64 -0
- data/lib/vellum_ai/types/string_vellum_value_request.rb +64 -0
- data/lib/vellum_ai/types/submit_completion_actual_request.rb +76 -39
- data/lib/vellum_ai/types/submit_workflow_execution_actual_request.rb +53 -82
- data/lib/vellum_ai/types/subworkflow_node_result.rb +51 -21
- data/lib/vellum_ai/types/subworkflow_node_result_data.rb +53 -0
- data/lib/vellum_ai/types/templating_node_array_result.rb +50 -30
- data/lib/vellum_ai/types/templating_node_chat_history_result.rb +49 -29
- data/lib/vellum_ai/types/templating_node_error_result.rb +50 -30
- data/lib/vellum_ai/types/templating_node_function_call_result.rb +50 -30
- data/lib/vellum_ai/types/templating_node_json_result.rb +45 -27
- data/lib/vellum_ai/types/templating_node_number_result.rb +47 -27
- data/lib/vellum_ai/types/templating_node_result.rb +43 -27
- data/lib/vellum_ai/types/templating_node_result_data.rb +30 -24
- data/lib/vellum_ai/types/templating_node_result_output.rb +129 -143
- data/lib/vellum_ai/types/templating_node_search_results_result.rb +49 -29
- data/lib/vellum_ai/types/templating_node_string_result.rb +47 -27
- data/lib/vellum_ai/types/terminal_node_array_result.rb +55 -33
- data/lib/vellum_ai/types/terminal_node_chat_history_result.rb +54 -32
- data/lib/vellum_ai/types/terminal_node_error_result.rb +55 -33
- data/lib/vellum_ai/types/terminal_node_function_call_result.rb +55 -33
- data/lib/vellum_ai/types/terminal_node_json_result.rb +52 -30
- data/lib/vellum_ai/types/terminal_node_number_result.rb +52 -30
- data/lib/vellum_ai/types/terminal_node_result.rb +43 -27
- data/lib/vellum_ai/types/terminal_node_result_data.rb +30 -24
- data/lib/vellum_ai/types/terminal_node_result_output.rb +130 -144
- data/lib/vellum_ai/types/terminal_node_search_results_result.rb +54 -32
- data/lib/vellum_ai/types/terminal_node_string_result.rb +52 -30
- data/lib/vellum_ai/types/test_case_array_variable_value.rb +82 -0
- data/lib/vellum_ai/types/test_case_chat_history_variable_value.rb +57 -29
- data/lib/vellum_ai/types/test_case_error_variable_value.rb +58 -30
- data/lib/vellum_ai/types/test_case_function_call_variable_value.rb +84 -0
- data/lib/vellum_ai/types/test_case_json_variable_value.rb +53 -27
- data/lib/vellum_ai/types/test_case_number_variable_value.rb +55 -27
- data/lib/vellum_ai/types/test_case_search_results_variable_value.rb +57 -29
- data/lib/vellum_ai/types/test_case_string_variable_value.rb +55 -27
- data/lib/vellum_ai/types/test_case_variable_value.rb +131 -119
- data/lib/vellum_ai/types/test_suite_run_deployment_release_tag_exec_config.rb +55 -31
- data/lib/vellum_ai/types/test_suite_run_deployment_release_tag_exec_config_data.rb +43 -26
- data/lib/vellum_ai/types/test_suite_run_deployment_release_tag_exec_config_data_request.rb +43 -26
- data/lib/vellum_ai/types/test_suite_run_deployment_release_tag_exec_config_request.rb +55 -31
- data/lib/vellum_ai/types/test_suite_run_exec_config.rb +86 -70
- data/lib/vellum_ai/types/test_suite_run_exec_config_request.rb +118 -70
- data/lib/vellum_ai/types/test_suite_run_execution.rb +51 -37
- data/lib/vellum_ai/types/test_suite_run_execution_array_output.rb +83 -0
- data/lib/vellum_ai/types/test_suite_run_execution_chat_history_output.rb +60 -30
- data/lib/vellum_ai/types/test_suite_run_execution_error_output.rb +59 -30
- data/lib/vellum_ai/types/test_suite_run_execution_function_call_output.rb +87 -0
- data/lib/vellum_ai/types/test_suite_run_execution_json_output.rb +55 -28
- data/lib/vellum_ai/types/test_suite_run_execution_metric_definition.rb +71 -0
- data/lib/vellum_ai/types/test_suite_run_execution_metric_result.rb +60 -27
- data/lib/vellum_ai/types/test_suite_run_execution_number_output.rb +57 -28
- data/lib/vellum_ai/types/test_suite_run_execution_output.rb +131 -119
- data/lib/vellum_ai/types/test_suite_run_execution_search_results_output.rb +61 -30
- data/lib/vellum_ai/types/test_suite_run_execution_string_output.rb +57 -28
- data/lib/vellum_ai/types/test_suite_run_external_exec_config.rb +80 -0
- data/lib/vellum_ai/types/test_suite_run_external_exec_config_data.rb +57 -0
- data/lib/vellum_ai/types/test_suite_run_external_exec_config_data_request.rb +59 -0
- data/lib/vellum_ai/types/test_suite_run_external_exec_config_request.rb +81 -0
- data/lib/vellum_ai/types/test_suite_run_metric_array_output.rb +75 -0
- data/lib/vellum_ai/types/test_suite_run_metric_error_output.rb +48 -30
- data/lib/vellum_ai/types/test_suite_run_metric_json_output.rb +69 -0
- data/lib/vellum_ai/types/test_suite_run_metric_number_output.rb +49 -29
- data/lib/vellum_ai/types/test_suite_run_metric_output.rb +86 -70
- data/lib/vellum_ai/types/test_suite_run_metric_string_output.rb +71 -0
- data/lib/vellum_ai/types/test_suite_run_progress.rb +61 -0
- data/lib/vellum_ai/types/test_suite_run_prompt_sandbox_exec_config_data_request.rb +65 -0
- data/lib/vellum_ai/types/test_suite_run_prompt_sandbox_exec_config_request.rb +81 -0
- data/lib/vellum_ai/types/test_suite_run_prompt_sandbox_history_item_exec_config.rb +82 -0
- data/lib/vellum_ai/types/test_suite_run_prompt_sandbox_history_item_exec_config_data.rb +65 -0
- data/lib/vellum_ai/types/test_suite_run_prompt_sandbox_history_item_exec_config_data_request.rb +65 -0
- data/lib/vellum_ai/types/test_suite_run_prompt_sandbox_history_item_exec_config_request.rb +82 -0
- data/lib/vellum_ai/types/test_suite_run_read.rb +89 -60
- data/lib/vellum_ai/types/test_suite_run_state.rb +15 -9
- data/lib/vellum_ai/types/test_suite_run_test_suite.rb +41 -28
- data/lib/vellum_ai/types/test_suite_run_workflow_release_tag_exec_config.rb +55 -31
- data/lib/vellum_ai/types/test_suite_run_workflow_release_tag_exec_config_data.rb +43 -26
- data/lib/vellum_ai/types/test_suite_run_workflow_release_tag_exec_config_data_request.rb +43 -26
- data/lib/vellum_ai/types/test_suite_run_workflow_release_tag_exec_config_request.rb +55 -31
- data/lib/vellum_ai/types/test_suite_run_workflow_sandbox_exec_config_data_request.rb +53 -0
- data/lib/vellum_ai/types/test_suite_run_workflow_sandbox_exec_config_request.rb +81 -0
- data/lib/vellum_ai/types/test_suite_run_workflow_sandbox_history_item_exec_config.rb +82 -0
- data/lib/vellum_ai/types/test_suite_run_workflow_sandbox_history_item_exec_config_data.rb +67 -0
- data/lib/vellum_ai/types/test_suite_run_workflow_sandbox_history_item_exec_config_data_request.rb +67 -0
- data/lib/vellum_ai/types/test_suite_run_workflow_sandbox_history_item_exec_config_request.rb +82 -0
- data/lib/vellum_ai/types/test_suite_test_case.rb +63 -40
- data/lib/vellum_ai/types/test_suite_test_case_bulk_operation_request.rb +91 -0
- data/lib/vellum_ai/types/test_suite_test_case_bulk_result.rb +90 -0
- data/lib/vellum_ai/types/test_suite_test_case_create_bulk_operation_request.rb +79 -0
- data/lib/vellum_ai/types/test_suite_test_case_created_bulk_result.rb +75 -0
- data/lib/vellum_ai/types/test_suite_test_case_created_bulk_result_data.rb +53 -0
- data/lib/vellum_ai/types/test_suite_test_case_delete_bulk_operation_data_request.rb +53 -0
- data/lib/vellum_ai/types/test_suite_test_case_delete_bulk_operation_request.rb +79 -0
- data/lib/vellum_ai/types/test_suite_test_case_deleted_bulk_result.rb +77 -0
- data/lib/vellum_ai/types/test_suite_test_case_deleted_bulk_result_data.rb +53 -0
- data/lib/vellum_ai/types/test_suite_test_case_rejected_bulk_result.rb +73 -0
- data/lib/vellum_ai/types/test_suite_test_case_replace_bulk_operation_request.rb +79 -0
- data/lib/vellum_ai/types/test_suite_test_case_replaced_bulk_result.rb +77 -0
- data/lib/vellum_ai/types/test_suite_test_case_replaced_bulk_result_data.rb +54 -0
- data/lib/vellum_ai/types/test_suite_test_case_upsert_bulk_operation_request.rb +79 -0
- data/lib/vellum_ai/types/token_overlapping_window_chunker_config.rb +64 -0
- data/lib/vellum_ai/types/token_overlapping_window_chunker_config_request.rb +66 -0
- data/lib/vellum_ai/types/token_overlapping_window_chunking.rb +70 -0
- data/lib/vellum_ai/types/token_overlapping_window_chunking_request.rb +71 -0
- data/lib/vellum_ai/types/{json_enum.rb → unit_enum.rb} +2 -2
- data/lib/vellum_ai/types/upload_document_response.rb +26 -20
- data/lib/vellum_ai/types/upsert_test_suite_test_case_request.rb +103 -0
- data/lib/vellum_ai/types/variable_prompt_block.rb +85 -0
- data/lib/vellum_ai/types/vellum_audio.rb +63 -0
- data/lib/vellum_ai/types/vellum_audio_request.rb +63 -0
- data/lib/vellum_ai/types/vellum_code_resource_definition.rb +68 -0
- data/lib/vellum_ai/types/vellum_document.rb +63 -0
- data/lib/vellum_ai/types/vellum_document_request.rb +63 -0
- data/lib/vellum_ai/types/vellum_error.rb +36 -25
- data/lib/vellum_ai/types/vellum_error_code_enum.rb +17 -8
- data/lib/vellum_ai/types/vellum_error_request.rb +36 -25
- data/lib/vellum_ai/types/vellum_image.rb +40 -27
- data/lib/vellum_ai/types/vellum_image_request.rb +40 -27
- data/lib/vellum_ai/types/vellum_node_execution_event.rb +122 -0
- data/lib/vellum_ai/types/vellum_sdk_error.rb +62 -0
- data/lib/vellum_ai/types/vellum_sdk_error_code_enum.rb +32 -0
- data/lib/vellum_ai/types/vellum_secret.rb +51 -0
- data/lib/vellum_ai/types/vellum_span.rb +58 -0
- data/lib/vellum_ai/types/vellum_value.rb +202 -0
- data/lib/vellum_ai/types/vellum_value_logical_condition_group_request.rb +84 -0
- data/lib/vellum_ai/types/vellum_value_logical_condition_request.rb +88 -0
- data/lib/vellum_ai/types/vellum_value_logical_expression_request.rb +58 -0
- data/lib/vellum_ai/types/vellum_value_request.rb +202 -0
- data/lib/vellum_ai/types/vellum_variable.rb +77 -29
- data/lib/vellum_ai/types/vellum_variable_extensions.rb +54 -0
- data/lib/vellum_ai/types/vellum_variable_type.rb +29 -13
- data/lib/vellum_ai/types/vellum_workflow_execution_event.rb +138 -0
- data/lib/vellum_ai/types/workflow_deployment_event_executions_response.rb +67 -0
- data/lib/vellum_ai/types/workflow_deployment_history_item.rb +117 -0
- data/lib/vellum_ai/types/workflow_deployment_parent_context.rb +143 -0
- data/lib/vellum_ai/types/workflow_deployment_read.rb +120 -77
- data/lib/vellum_ai/types/workflow_deployment_release.rb +149 -0
- data/lib/vellum_ai/types/workflow_deployment_release_workflow_deployment.rb +53 -0
- data/lib/vellum_ai/types/workflow_deployment_release_workflow_version.rb +77 -0
- data/lib/vellum_ai/types/workflow_error.rb +58 -0
- data/lib/vellum_ai/types/workflow_event_error.rb +36 -25
- data/lib/vellum_ai/types/workflow_event_execution_read.rb +173 -0
- data/lib/vellum_ai/types/workflow_execution_actual.rb +88 -0
- data/lib/vellum_ai/types/workflow_execution_actual_chat_history_request.rb +87 -50
- data/lib/vellum_ai/types/workflow_execution_actual_json_request.rb +83 -48
- data/lib/vellum_ai/types/workflow_execution_actual_string_request.rb +82 -47
- data/lib/vellum_ai/types/workflow_execution_event_error_code.rb +25 -12
- data/lib/vellum_ai/types/workflow_execution_event_type.rb +9 -3
- data/lib/vellum_ai/types/workflow_execution_fulfilled_body.rb +67 -0
- data/lib/vellum_ai/types/workflow_execution_fulfilled_event.rb +134 -0
- data/lib/vellum_ai/types/workflow_execution_initiated_body.rb +67 -0
- data/lib/vellum_ai/types/workflow_execution_initiated_event.rb +134 -0
- data/lib/vellum_ai/types/workflow_execution_node_result_event.rb +62 -39
- data/lib/vellum_ai/types/workflow_execution_paused_body.rb +71 -0
- data/lib/vellum_ai/types/workflow_execution_paused_event.rb +134 -0
- data/lib/vellum_ai/types/workflow_execution_rejected_body.rb +73 -0
- data/lib/vellum_ai/types/workflow_execution_rejected_event.rb +134 -0
- data/lib/vellum_ai/types/workflow_execution_resumed_body.rb +57 -0
- data/lib/vellum_ai/types/workflow_execution_resumed_event.rb +134 -0
- data/lib/vellum_ai/types/workflow_execution_snapshotted_body.rb +67 -0
- data/lib/vellum_ai/types/workflow_execution_snapshotted_event.rb +134 -0
- data/lib/vellum_ai/types/workflow_execution_span.rb +118 -0
- data/lib/vellum_ai/types/workflow_execution_span_attributes.rb +51 -0
- data/lib/vellum_ai/types/workflow_execution_streaming_body.rb +73 -0
- data/lib/vellum_ai/types/workflow_execution_streaming_event.rb +134 -0
- data/lib/vellum_ai/types/workflow_execution_usage_calculation_error.rb +63 -0
- data/lib/vellum_ai/types/workflow_execution_usage_calculation_error_code_enum.rb +16 -0
- data/lib/vellum_ai/types/workflow_execution_usage_result.rb +84 -0
- data/lib/vellum_ai/types/workflow_execution_view_online_eval_metric_result.rb +74 -0
- data/lib/vellum_ai/types/workflow_execution_workflow_result_event.rb +62 -39
- data/lib/vellum_ai/types/workflow_expand_meta_request.rb +74 -0
- data/lib/vellum_ai/types/workflow_initialization_error.rb +62 -0
- data/lib/vellum_ai/types/workflow_node_result_data.rb +177 -143
- data/lib/vellum_ai/types/workflow_node_result_event.rb +68 -94
- data/lib/vellum_ai/types/workflow_node_result_event_state.rb +13 -8
- data/lib/vellum_ai/types/workflow_output.rb +144 -155
- data/lib/vellum_ai/types/workflow_output_array.rb +55 -33
- data/lib/vellum_ai/types/workflow_output_chat_history.rb +54 -32
- data/lib/vellum_ai/types/workflow_output_error.rb +55 -33
- data/lib/vellum_ai/types/workflow_output_function_call.rb +55 -33
- data/lib/vellum_ai/types/workflow_output_image.rb +55 -33
- data/lib/vellum_ai/types/workflow_output_json.rb +50 -30
- data/lib/vellum_ai/types/workflow_output_number.rb +52 -30
- data/lib/vellum_ai/types/workflow_output_search_results.rb +54 -32
- data/lib/vellum_ai/types/workflow_output_string.rb +52 -30
- data/lib/vellum_ai/types/workflow_parent_context.rb +100 -0
- data/lib/vellum_ai/types/workflow_push_deployment_config_request.rb +77 -0
- data/lib/vellum_ai/types/workflow_push_response.rb +70 -0
- data/lib/vellum_ai/types/workflow_release_tag_read.rb +92 -0
- data/lib/vellum_ai/types/workflow_release_tag_workflow_deployment_history_item.rb +68 -0
- data/lib/vellum_ai/types/workflow_request_chat_history_input_request.rb +47 -28
- data/lib/vellum_ai/types/workflow_request_input_request.rb +68 -94
- data/lib/vellum_ai/types/workflow_request_json_input_request.rb +45 -27
- data/lib/vellum_ai/types/workflow_request_number_input_request.rb +44 -26
- data/lib/vellum_ai/types/workflow_request_string_input_request.rb +44 -26
- data/lib/vellum_ai/types/workflow_result_event.rb +86 -68
- data/lib/vellum_ai/types/workflow_result_event_output_data.rb +129 -143
- data/lib/vellum_ai/types/workflow_result_event_output_data_array.rb +76 -53
- data/lib/vellum_ai/types/workflow_result_event_output_data_chat_history.rb +77 -52
- data/lib/vellum_ai/types/workflow_result_event_output_data_error.rb +76 -53
- data/lib/vellum_ai/types/workflow_result_event_output_data_function_call.rb +78 -53
- data/lib/vellum_ai/types/workflow_result_event_output_data_json.rb +72 -49
- data/lib/vellum_ai/types/workflow_result_event_output_data_number.rb +72 -49
- data/lib/vellum_ai/types/workflow_result_event_output_data_search_results.rb +77 -52
- data/lib/vellum_ai/types/workflow_result_event_output_data_string.rb +71 -48
- data/lib/vellum_ai/types/workflow_sandbox_example.rb +77 -0
- data/lib/vellum_ai/types/workflow_sandbox_parent_context.rb +108 -0
- data/lib/vellum_ai/types/workflow_stream_event.rb +38 -70
- data/lib/vellum_ai/types/workspace_read.rb +80 -0
- data/lib/vellum_ai/types/workspace_secret_read.rb +88 -0
- data/lib/vellum_ai/workflow_deployments/client.rb +534 -66
- data/lib/vellum_ai/workflow_deployments/types/list_workflow_release_tags_request_source.rb +12 -0
- data/lib/vellum_ai/workflow_deployments/types/workflow_deployments_list_request_status.rb +7 -3
- data/lib/vellum_ai/workflow_sandboxes/client.rb +183 -0
- data/lib/vellum_ai/workflow_sandboxes/types/list_workflow_sandbox_examples_request_tag.rb +12 -0
- data/lib/vellum_ai/workflows/client.rb +169 -0
- data/lib/vellum_ai/workspace_secrets/client.rb +159 -0
- data/lib/vellum_ai/workspaces/client.rb +92 -0
- data/lib/vellum_ai.rb +786 -392
- metadata +434 -96
- data/lib/vellum_ai/model_versions/client.rb +0 -61
- data/lib/vellum_ai/registered_prompts/client.rb +0 -154
- data/lib/vellum_ai/types/array_enum.rb +0 -5
- data/lib/vellum_ai/types/array_variable_value_item.rb +0 -168
- data/lib/vellum_ai/types/block_type_enum.rb +0 -11
- data/lib/vellum_ai/types/chat_history_variable_value.rb +0 -49
- data/lib/vellum_ai/types/error_enum.rb +0 -5
- data/lib/vellum_ai/types/error_variable_value.rb +0 -51
- data/lib/vellum_ai/types/execute_prompt_api_error_response.rb +0 -45
- data/lib/vellum_ai/types/execute_workflow_error_response.rb +0 -45
- data/lib/vellum_ai/types/execute_workflow_stream_error_response.rb +0 -45
- data/lib/vellum_ai/types/fulfilled_enum.rb +0 -5
- data/lib/vellum_ai/types/fulfilled_function_call.rb +0 -56
- data/lib/vellum_ai/types/function_call_enum.rb +0 -5
- data/lib/vellum_ai/types/function_call_variable_value.rb +0 -51
- data/lib/vellum_ai/types/generate_error_response.rb +0 -45
- data/lib/vellum_ai/types/image_variable_value.rb +0 -52
- data/lib/vellum_ai/types/initiated_enum.rb +0 -5
- data/lib/vellum_ai/types/json_variable_value.rb +0 -45
- data/lib/vellum_ai/types/model_version_build_config.rb +0 -66
- data/lib/vellum_ai/types/model_version_exec_config.rb +0 -90
- data/lib/vellum_ai/types/model_version_exec_config_parameters.rb +0 -98
- data/lib/vellum_ai/types/model_version_read.rb +0 -133
- data/lib/vellum_ai/types/model_version_read_status_enum.rb +0 -11
- data/lib/vellum_ai/types/model_version_sandbox_snapshot.rb +0 -61
- data/lib/vellum_ai/types/node_input_compiled_function_call.rb +0 -61
- data/lib/vellum_ai/types/node_output_compiled_function_value.rb +0 -56
- data/lib/vellum_ai/types/number_enum.rb +0 -5
- data/lib/vellum_ai/types/number_variable_value.rb +0 -45
- data/lib/vellum_ai/types/processing_state_enum.rb +0 -11
- data/lib/vellum_ai/types/prompt_deployment_expand_meta_request_request.rb +0 -74
- data/lib/vellum_ai/types/prompt_template_block.rb +0 -62
- data/lib/vellum_ai/types/prompt_template_block_data.rb +0 -54
- data/lib/vellum_ai/types/prompt_template_block_data_request.rb +0 -54
- data/lib/vellum_ai/types/prompt_template_block_properties.rb +0 -110
- data/lib/vellum_ai/types/prompt_template_block_properties_request.rb +0 -110
- data/lib/vellum_ai/types/prompt_template_block_request.rb +0 -62
- data/lib/vellum_ai/types/provider_enum.rb +0 -20
- data/lib/vellum_ai/types/register_prompt_error_response.rb +0 -45
- data/lib/vellum_ai/types/register_prompt_model_parameters_request.rb +0 -98
- data/lib/vellum_ai/types/register_prompt_prompt.rb +0 -50
- data/lib/vellum_ai/types/register_prompt_prompt_info_request.rb +0 -60
- data/lib/vellum_ai/types/register_prompt_response.rb +0 -110
- data/lib/vellum_ai/types/registered_prompt_deployment.rb +0 -55
- data/lib/vellum_ai/types/registered_prompt_input_variable_request.rb +0 -56
- data/lib/vellum_ai/types/registered_prompt_model_version.rb +0 -50
- data/lib/vellum_ai/types/registered_prompt_sandbox.rb +0 -50
- data/lib/vellum_ai/types/registered_prompt_sandbox_snapshot.rb +0 -45
- data/lib/vellum_ai/types/rejected_enum.rb +0 -5
- data/lib/vellum_ai/types/rejected_function_call.rb +0 -62
- data/lib/vellum_ai/types/scenario_input_request.rb +0 -70
- data/lib/vellum_ai/types/scenario_input_type_enum.rb +0 -6
- data/lib/vellum_ai/types/search_error_response.rb +0 -45
- data/lib/vellum_ai/types/search_results_enum.rb +0 -5
- data/lib/vellum_ai/types/search_results_variable_value.rb +0 -49
- data/lib/vellum_ai/types/streaming_enum.rb +0 -5
- data/lib/vellum_ai/types/string_enum.rb +0 -5
- data/lib/vellum_ai/types/string_variable_value.rb +0 -45
- data/lib/vellum_ai/types/submit_completion_actuals_error_response.rb +0 -45
- data/lib/vellum_ai/types/subworkflow_enum.rb +0 -5
- data/lib/vellum_ai/types/test_suite_run_deployment_release_tag_exec_config_type_enum.rb +0 -5
- data/lib/vellum_ai/types/test_suite_run_metric_error_output_type_enum.rb +0 -5
- data/lib/vellum_ai/types/test_suite_run_metric_number_output_type_enum.rb +0 -5
- data/lib/vellum_ai/types/test_suite_run_workflow_release_tag_exec_config_type_enum.rb +0 -5
- data/lib/vellum_ai/types/upload_document_error_response.rb +0 -45
metadata
CHANGED
@@ -1,123 +1,198 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vellum_ai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.75
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vellum
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: faraday
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '1.10'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '3.0'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '1.10'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0
|
32
|
+
version: '3.0'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
|
-
name: faraday
|
34
|
+
name: faraday-net_http
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
30
36
|
requirements:
|
31
|
-
- - "
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '1.0'
|
40
|
+
- - "<"
|
32
41
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
42
|
+
version: '4.0'
|
34
43
|
type: :runtime
|
35
44
|
prerelease: false
|
36
45
|
version_requirements: !ruby/object:Gem::Requirement
|
37
46
|
requirements:
|
38
|
-
- - "
|
47
|
+
- - ">="
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '1.0'
|
50
|
+
- - "<"
|
39
51
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
52
|
+
version: '4.0'
|
41
53
|
- !ruby/object:Gem::Dependency
|
42
|
-
name: faraday-
|
54
|
+
name: faraday-retry
|
43
55
|
requirement: !ruby/object:Gem::Requirement
|
44
56
|
requirements:
|
45
|
-
- - "
|
57
|
+
- - ">="
|
46
58
|
- !ruby/object:Gem::Version
|
47
59
|
version: '1.0'
|
60
|
+
- - "<"
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '3.0'
|
48
63
|
type: :runtime
|
49
64
|
prerelease: false
|
50
65
|
version_requirements: !ruby/object:Gem::Requirement
|
51
66
|
requirements:
|
52
|
-
- - "
|
67
|
+
- - ">="
|
53
68
|
- !ruby/object:Gem::Version
|
54
69
|
version: '1.0'
|
70
|
+
- - "<"
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: '3.0'
|
55
73
|
- !ruby/object:Gem::Dependency
|
56
|
-
name: faraday
|
74
|
+
name: async-http-faraday
|
57
75
|
requirement: !ruby/object:Gem::Requirement
|
58
76
|
requirements:
|
59
|
-
- - "
|
77
|
+
- - ">="
|
78
|
+
- !ruby/object:Gem::Version
|
79
|
+
version: '0.0'
|
80
|
+
- - "<"
|
60
81
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
82
|
+
version: '1.0'
|
62
83
|
type: :runtime
|
63
84
|
prerelease: false
|
64
85
|
version_requirements: !ruby/object:Gem::Requirement
|
65
86
|
requirements:
|
66
|
-
- - "
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0.0'
|
90
|
+
- - "<"
|
67
91
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
92
|
+
version: '1.0'
|
69
93
|
- !ruby/object:Gem::Dependency
|
70
94
|
name: mini_mime
|
71
95
|
requirement: !ruby/object:Gem::Requirement
|
72
96
|
requirements:
|
73
|
-
- - "
|
97
|
+
- - ">="
|
74
98
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
99
|
+
version: '0'
|
76
100
|
type: :runtime
|
77
101
|
prerelease: false
|
78
102
|
version_requirements: !ruby/object:Gem::Requirement
|
79
103
|
requirements:
|
80
|
-
- - "
|
104
|
+
- - ">="
|
105
|
+
- !ruby/object:Gem::Version
|
106
|
+
version: '0'
|
107
|
+
- !ruby/object:Gem::Dependency
|
108
|
+
name: faraday-multipart
|
109
|
+
requirement: !ruby/object:Gem::Requirement
|
110
|
+
requirements:
|
111
|
+
- - ">="
|
112
|
+
- !ruby/object:Gem::Version
|
113
|
+
version: '0.0'
|
114
|
+
- - "<"
|
115
|
+
- !ruby/object:Gem::Version
|
116
|
+
version: '2.0'
|
117
|
+
type: :runtime
|
118
|
+
prerelease: false
|
119
|
+
version_requirements: !ruby/object:Gem::Requirement
|
120
|
+
requirements:
|
121
|
+
- - ">="
|
122
|
+
- !ruby/object:Gem::Version
|
123
|
+
version: '0.0'
|
124
|
+
- - "<"
|
81
125
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
126
|
+
version: '2.0'
|
83
127
|
description: The Vellum Ruby Library provides access to the Vellum API from Ruby.
|
84
128
|
email: ''
|
85
129
|
executables: []
|
86
130
|
extensions: []
|
87
131
|
extra_rdoc_files: []
|
88
132
|
files:
|
133
|
+
- LICENSE
|
89
134
|
- lib/core/file_utilities.rb
|
90
135
|
- lib/environment.rb
|
91
136
|
- lib/gemconfig.rb
|
92
137
|
- lib/requests.rb
|
93
138
|
- lib/types_export.rb
|
94
139
|
- lib/vellum_ai.rb
|
140
|
+
- lib/vellum_ai/ad_hoc/client.rb
|
141
|
+
- lib/vellum_ai/container_images/client.rb
|
95
142
|
- lib/vellum_ai/deployments/client.rb
|
96
143
|
- lib/vellum_ai/deployments/types/deployments_list_request_status.rb
|
144
|
+
- lib/vellum_ai/deployments/types/list_deployment_release_tags_request_source.rb
|
97
145
|
- lib/vellum_ai/document_indexes/client.rb
|
98
146
|
- lib/vellum_ai/document_indexes/types/document_indexes_list_request_status.rb
|
99
147
|
- lib/vellum_ai/documents/client.rb
|
100
148
|
- lib/vellum_ai/folder_entities/client.rb
|
101
|
-
- lib/vellum_ai/
|
102
|
-
- lib/vellum_ai/
|
149
|
+
- lib/vellum_ai/folder_entities/types/folder_entities_list_request_entity_status.rb
|
150
|
+
- lib/vellum_ai/metric_definitions/client.rb
|
151
|
+
- lib/vellum_ai/ml_models/client.rb
|
152
|
+
- lib/vellum_ai/organizations/client.rb
|
153
|
+
- lib/vellum_ai/prompts/client.rb
|
154
|
+
- lib/vellum_ai/release_reviews/client.rb
|
103
155
|
- lib/vellum_ai/sandboxes/client.rb
|
104
156
|
- lib/vellum_ai/test_suite_runs/client.rb
|
105
157
|
- lib/vellum_ai/test_suites/client.rb
|
158
|
+
- lib/vellum_ai/types/ad_hoc_execute_prompt_event.rb
|
159
|
+
- lib/vellum_ai/types/ad_hoc_expand_meta.rb
|
160
|
+
- lib/vellum_ai/types/ad_hoc_fulfilled_prompt_execution_meta.rb
|
161
|
+
- lib/vellum_ai/types/ad_hoc_initiated_prompt_execution_meta.rb
|
162
|
+
- lib/vellum_ai/types/ad_hoc_rejected_prompt_execution_meta.rb
|
163
|
+
- lib/vellum_ai/types/ad_hoc_streaming_prompt_execution_meta.rb
|
106
164
|
- lib/vellum_ai/types/api_node_result.rb
|
107
165
|
- lib/vellum_ai/types/api_node_result_data.rb
|
166
|
+
- lib/vellum_ai/types/api_request_parent_context.rb
|
167
|
+
- lib/vellum_ai/types/api_version_enum.rb
|
108
168
|
- lib/vellum_ai/types/array_chat_message_content.rb
|
109
169
|
- lib/vellum_ai/types/array_chat_message_content_item.rb
|
110
170
|
- lib/vellum_ai/types/array_chat_message_content_item_request.rb
|
111
171
|
- lib/vellum_ai/types/array_chat_message_content_request.rb
|
112
|
-
- lib/vellum_ai/types/
|
113
|
-
- lib/vellum_ai/types/
|
114
|
-
- lib/vellum_ai/types/
|
115
|
-
- lib/vellum_ai/types/
|
172
|
+
- lib/vellum_ai/types/array_input.rb
|
173
|
+
- lib/vellum_ai/types/array_vellum_value.rb
|
174
|
+
- lib/vellum_ai/types/array_vellum_value_request.rb
|
175
|
+
- lib/vellum_ai/types/audio_chat_message_content.rb
|
176
|
+
- lib/vellum_ai/types/audio_chat_message_content_request.rb
|
177
|
+
- lib/vellum_ai/types/audio_prompt_block.rb
|
178
|
+
- lib/vellum_ai/types/audio_vellum_value.rb
|
179
|
+
- lib/vellum_ai/types/audio_vellum_value_request.rb
|
180
|
+
- lib/vellum_ai/types/base_output.rb
|
181
|
+
- lib/vellum_ai/types/basic_vectorizer_intfloat_multilingual_e_5_large.rb
|
182
|
+
- lib/vellum_ai/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.rb
|
183
|
+
- lib/vellum_ai/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.rb
|
184
|
+
- lib/vellum_ai/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.rb
|
185
|
+
- lib/vellum_ai/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.rb
|
186
|
+
- lib/vellum_ai/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.rb
|
187
|
+
- lib/vellum_ai/types/build_status_enum.rb
|
188
|
+
- lib/vellum_ai/types/chat_history_input.rb
|
116
189
|
- lib/vellum_ai/types/chat_history_input_request.rb
|
117
|
-
- lib/vellum_ai/types/
|
190
|
+
- lib/vellum_ai/types/chat_history_vellum_value.rb
|
191
|
+
- lib/vellum_ai/types/chat_history_vellum_value_request.rb
|
118
192
|
- lib/vellum_ai/types/chat_message.rb
|
119
193
|
- lib/vellum_ai/types/chat_message_content.rb
|
120
194
|
- lib/vellum_ai/types/chat_message_content_request.rb
|
195
|
+
- lib/vellum_ai/types/chat_message_prompt_block.rb
|
121
196
|
- lib/vellum_ai/types/chat_message_request.rb
|
122
197
|
- lib/vellum_ai/types/chat_message_role.rb
|
123
198
|
- lib/vellum_ai/types/code_execution_node_array_result.rb
|
@@ -131,25 +206,62 @@ files:
|
|
131
206
|
- lib/vellum_ai/types/code_execution_node_result_output.rb
|
132
207
|
- lib/vellum_ai/types/code_execution_node_search_results_result.rb
|
133
208
|
- lib/vellum_ai/types/code_execution_node_string_result.rb
|
209
|
+
- lib/vellum_ai/types/code_execution_package.rb
|
210
|
+
- lib/vellum_ai/types/code_execution_runtime.rb
|
211
|
+
- lib/vellum_ai/types/code_executor_input.rb
|
212
|
+
- lib/vellum_ai/types/code_executor_response.rb
|
213
|
+
- lib/vellum_ai/types/code_executor_secret_input.rb
|
214
|
+
- lib/vellum_ai/types/code_resource_definition.rb
|
215
|
+
- lib/vellum_ai/types/compile_prompt_deployment_expand_meta_request.rb
|
216
|
+
- lib/vellum_ai/types/compile_prompt_meta.rb
|
217
|
+
- lib/vellum_ai/types/components_schemas_pdf_search_result_meta_source.rb
|
218
|
+
- lib/vellum_ai/types/components_schemas_pdf_search_result_meta_source_request.rb
|
219
|
+
- lib/vellum_ai/types/components_schemas_prompt_version_build_config_sandbox.rb
|
220
|
+
- lib/vellum_ai/types/condition_combinator.rb
|
134
221
|
- lib/vellum_ai/types/conditional_node_result.rb
|
135
222
|
- lib/vellum_ai/types/conditional_node_result_data.rb
|
223
|
+
- lib/vellum_ai/types/container_image_build_config.rb
|
224
|
+
- lib/vellum_ai/types/container_image_container_image_tag.rb
|
225
|
+
- lib/vellum_ai/types/container_image_read.rb
|
226
|
+
- lib/vellum_ai/types/create_test_suite_test_case_request.rb
|
227
|
+
- lib/vellum_ai/types/deployment_history_item.rb
|
136
228
|
- lib/vellum_ai/types/deployment_provider_payload_response.rb
|
229
|
+
- lib/vellum_ai/types/deployment_provider_payload_response_payload.rb
|
137
230
|
- lib/vellum_ai/types/deployment_read.rb
|
231
|
+
- lib/vellum_ai/types/deployment_release_tag_deployment_history_item.rb
|
232
|
+
- lib/vellum_ai/types/deployment_release_tag_read.rb
|
233
|
+
- lib/vellum_ai/types/docker_service_token.rb
|
234
|
+
- lib/vellum_ai/types/document_chat_message_content.rb
|
235
|
+
- lib/vellum_ai/types/document_chat_message_content_request.rb
|
138
236
|
- lib/vellum_ai/types/document_document_to_document_index.rb
|
237
|
+
- lib/vellum_ai/types/document_index_chunking.rb
|
238
|
+
- lib/vellum_ai/types/document_index_chunking_request.rb
|
239
|
+
- lib/vellum_ai/types/document_index_indexing_config.rb
|
240
|
+
- lib/vellum_ai/types/document_index_indexing_config_request.rb
|
139
241
|
- lib/vellum_ai/types/document_index_read.rb
|
242
|
+
- lib/vellum_ai/types/document_processing_state.rb
|
243
|
+
- lib/vellum_ai/types/document_prompt_block.rb
|
140
244
|
- lib/vellum_ai/types/document_read.rb
|
141
245
|
- lib/vellum_ai/types/document_status.rb
|
246
|
+
- lib/vellum_ai/types/document_vellum_value.rb
|
247
|
+
- lib/vellum_ai/types/document_vellum_value_request.rb
|
142
248
|
- lib/vellum_ai/types/enriched_normalized_completion.rb
|
143
249
|
- lib/vellum_ai/types/entity_status.rb
|
250
|
+
- lib/vellum_ai/types/entity_visibility.rb
|
144
251
|
- lib/vellum_ai/types/environment_enum.rb
|
145
|
-
- lib/vellum_ai/types/
|
146
|
-
- lib/vellum_ai/types/
|
147
|
-
- lib/vellum_ai/types/
|
252
|
+
- lib/vellum_ai/types/ephemeral_prompt_cache_config.rb
|
253
|
+
- lib/vellum_ai/types/ephemeral_prompt_cache_config_type_enum.rb
|
254
|
+
- lib/vellum_ai/types/error_input.rb
|
255
|
+
- lib/vellum_ai/types/error_vellum_value.rb
|
256
|
+
- lib/vellum_ai/types/error_vellum_value_request.rb
|
257
|
+
- lib/vellum_ai/types/execute_api_request_bearer_token.rb
|
258
|
+
- lib/vellum_ai/types/execute_api_request_body.rb
|
259
|
+
- lib/vellum_ai/types/execute_api_request_headers_value.rb
|
260
|
+
- lib/vellum_ai/types/execute_api_response.rb
|
261
|
+
- lib/vellum_ai/types/execute_api_response_json.rb
|
148
262
|
- lib/vellum_ai/types/execute_prompt_event.rb
|
149
263
|
- lib/vellum_ai/types/execute_prompt_response.rb
|
150
|
-
- lib/vellum_ai/types/execute_workflow_error_response.rb
|
151
264
|
- lib/vellum_ai/types/execute_workflow_response.rb
|
152
|
-
- lib/vellum_ai/types/execute_workflow_stream_error_response.rb
|
153
265
|
- lib/vellum_ai/types/execute_workflow_workflow_result_event.rb
|
154
266
|
- lib/vellum_ai/types/execution_array_vellum_value.rb
|
155
267
|
- lib/vellum_ai/types/execution_chat_history_vellum_value.rb
|
@@ -160,12 +272,29 @@ files:
|
|
160
272
|
- lib/vellum_ai/types/execution_search_results_vellum_value.rb
|
161
273
|
- lib/vellum_ai/types/execution_string_vellum_value.rb
|
162
274
|
- lib/vellum_ai/types/execution_vellum_value.rb
|
275
|
+
- lib/vellum_ai/types/external_input_descriptor.rb
|
276
|
+
- lib/vellum_ai/types/external_test_case_execution.rb
|
277
|
+
- lib/vellum_ai/types/external_test_case_execution_request.rb
|
278
|
+
- lib/vellum_ai/types/fast_embed_vectorizer_baai_bge_small_en_v_15.rb
|
279
|
+
- lib/vellum_ai/types/fast_embed_vectorizer_baai_bge_small_en_v_15_request.rb
|
163
280
|
- lib/vellum_ai/types/finish_reason_enum.rb
|
164
|
-
- lib/vellum_ai/types/
|
281
|
+
- lib/vellum_ai/types/folder_entity.rb
|
282
|
+
- lib/vellum_ai/types/folder_entity_dataset.rb
|
283
|
+
- lib/vellum_ai/types/folder_entity_dataset_data.rb
|
284
|
+
- lib/vellum_ai/types/folder_entity_document_index.rb
|
285
|
+
- lib/vellum_ai/types/folder_entity_document_index_data.rb
|
286
|
+
- lib/vellum_ai/types/folder_entity_folder.rb
|
287
|
+
- lib/vellum_ai/types/folder_entity_folder_data.rb
|
288
|
+
- lib/vellum_ai/types/folder_entity_prompt_sandbox.rb
|
289
|
+
- lib/vellum_ai/types/folder_entity_prompt_sandbox_data.rb
|
290
|
+
- lib/vellum_ai/types/folder_entity_test_suite.rb
|
291
|
+
- lib/vellum_ai/types/folder_entity_test_suite_data.rb
|
292
|
+
- lib/vellum_ai/types/folder_entity_workflow_sandbox.rb
|
293
|
+
- lib/vellum_ai/types/folder_entity_workflow_sandbox_data.rb
|
294
|
+
- lib/vellum_ai/types/fulfilled_ad_hoc_execute_prompt_event.rb
|
165
295
|
- lib/vellum_ai/types/fulfilled_execute_prompt_event.rb
|
166
296
|
- lib/vellum_ai/types/fulfilled_execute_prompt_response.rb
|
167
297
|
- lib/vellum_ai/types/fulfilled_execute_workflow_workflow_result_event.rb
|
168
|
-
- lib/vellum_ai/types/fulfilled_function_call.rb
|
169
298
|
- lib/vellum_ai/types/fulfilled_prompt_execution_meta.rb
|
170
299
|
- lib/vellum_ai/types/fulfilled_workflow_node_result_event.rb
|
171
300
|
- lib/vellum_ai/types/function_call.rb
|
@@ -173,9 +302,12 @@ files:
|
|
173
302
|
- lib/vellum_ai/types/function_call_chat_message_content_request.rb
|
174
303
|
- lib/vellum_ai/types/function_call_chat_message_content_value.rb
|
175
304
|
- lib/vellum_ai/types/function_call_chat_message_content_value_request.rb
|
176
|
-
- lib/vellum_ai/types/
|
177
|
-
- lib/vellum_ai/types/
|
178
|
-
- lib/vellum_ai/types/
|
305
|
+
- lib/vellum_ai/types/function_call_input.rb
|
306
|
+
- lib/vellum_ai/types/function_call_prompt_block.rb
|
307
|
+
- lib/vellum_ai/types/function_call_request.rb
|
308
|
+
- lib/vellum_ai/types/function_call_vellum_value.rb
|
309
|
+
- lib/vellum_ai/types/function_call_vellum_value_request.rb
|
310
|
+
- lib/vellum_ai/types/function_definition.rb
|
179
311
|
- lib/vellum_ai/types/generate_options_request.rb
|
180
312
|
- lib/vellum_ai/types/generate_request.rb
|
181
313
|
- lib/vellum_ai/types/generate_response.rb
|
@@ -185,101 +317,189 @@ files:
|
|
185
317
|
- lib/vellum_ai/types/generate_stream_response.rb
|
186
318
|
- lib/vellum_ai/types/generate_stream_result.rb
|
187
319
|
- lib/vellum_ai/types/generate_stream_result_data.rb
|
320
|
+
- lib/vellum_ai/types/google_vertex_ai_vectorizer_config.rb
|
321
|
+
- lib/vellum_ai/types/google_vertex_ai_vectorizer_config_request.rb
|
322
|
+
- lib/vellum_ai/types/google_vertex_ai_vectorizer_text_embedding_004.rb
|
323
|
+
- lib/vellum_ai/types/google_vertex_ai_vectorizer_text_embedding_004_request.rb
|
324
|
+
- lib/vellum_ai/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002.rb
|
325
|
+
- lib/vellum_ai/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002_request.rb
|
326
|
+
- lib/vellum_ai/types/hkunlp_instructor_xl_vectorizer.rb
|
327
|
+
- lib/vellum_ai/types/hkunlp_instructor_xl_vectorizer_request.rb
|
188
328
|
- lib/vellum_ai/types/image_chat_message_content.rb
|
189
329
|
- lib/vellum_ai/types/image_chat_message_content_request.rb
|
190
|
-
- lib/vellum_ai/types/
|
191
|
-
- lib/vellum_ai/types/
|
330
|
+
- lib/vellum_ai/types/image_prompt_block.rb
|
331
|
+
- lib/vellum_ai/types/image_vellum_value.rb
|
332
|
+
- lib/vellum_ai/types/image_vellum_value_request.rb
|
333
|
+
- lib/vellum_ai/types/indexing_config_vectorizer.rb
|
334
|
+
- lib/vellum_ai/types/indexing_config_vectorizer_request.rb
|
192
335
|
- lib/vellum_ai/types/indexing_state_enum.rb
|
193
|
-
- lib/vellum_ai/types/
|
336
|
+
- lib/vellum_ai/types/initiated_ad_hoc_execute_prompt_event.rb
|
194
337
|
- lib/vellum_ai/types/initiated_execute_prompt_event.rb
|
195
338
|
- lib/vellum_ai/types/initiated_prompt_execution_meta.rb
|
196
339
|
- lib/vellum_ai/types/initiated_workflow_node_result_event.rb
|
197
|
-
- lib/vellum_ai/types/
|
340
|
+
- lib/vellum_ai/types/instructor_vectorizer_config.rb
|
341
|
+
- lib/vellum_ai/types/instructor_vectorizer_config_request.rb
|
342
|
+
- lib/vellum_ai/types/invoked_port.rb
|
343
|
+
- lib/vellum_ai/types/iteration_state_enum.rb
|
344
|
+
- lib/vellum_ai/types/jinja_prompt_block.rb
|
345
|
+
- lib/vellum_ai/types/json_input.rb
|
198
346
|
- lib/vellum_ai/types/json_input_request.rb
|
199
|
-
- lib/vellum_ai/types/
|
347
|
+
- lib/vellum_ai/types/json_vellum_value.rb
|
348
|
+
- lib/vellum_ai/types/json_vellum_value_request.rb
|
200
349
|
- lib/vellum_ai/types/logical_operator.rb
|
201
350
|
- lib/vellum_ai/types/logprobs_enum.rb
|
351
|
+
- lib/vellum_ai/types/map_node_result.rb
|
352
|
+
- lib/vellum_ai/types/map_node_result_data.rb
|
353
|
+
- lib/vellum_ai/types/merge_node_result.rb
|
354
|
+
- lib/vellum_ai/types/merge_node_result_data.rb
|
202
355
|
- lib/vellum_ai/types/metadata_filter_config_request.rb
|
203
356
|
- lib/vellum_ai/types/metadata_filter_rule_combinator.rb
|
204
357
|
- lib/vellum_ai/types/metadata_filter_rule_request.rb
|
205
|
-
- lib/vellum_ai/types/
|
206
|
-
- lib/vellum_ai/types/
|
207
|
-
- lib/vellum_ai/types/
|
208
|
-
- lib/vellum_ai/types/
|
209
|
-
- lib/vellum_ai/types/
|
210
|
-
- lib/vellum_ai/types/
|
358
|
+
- lib/vellum_ai/types/metadata_filters_request.rb
|
359
|
+
- lib/vellum_ai/types/method_enum.rb
|
360
|
+
- lib/vellum_ai/types/metric_definition_execution.rb
|
361
|
+
- lib/vellum_ai/types/metric_definition_history_item.rb
|
362
|
+
- lib/vellum_ai/types/metric_definition_input.rb
|
363
|
+
- lib/vellum_ai/types/metric_node_result.rb
|
364
|
+
- lib/vellum_ai/types/ml_model_read.rb
|
365
|
+
- lib/vellum_ai/types/ml_model_usage.rb
|
366
|
+
- lib/vellum_ai/types/ml_model_usage_wrapper.rb
|
367
|
+
- lib/vellum_ai/types/named_scenario_input_chat_history_variable_value_request.rb
|
368
|
+
- lib/vellum_ai/types/named_scenario_input_json_variable_value_request.rb
|
369
|
+
- lib/vellum_ai/types/named_scenario_input_request.rb
|
370
|
+
- lib/vellum_ai/types/named_scenario_input_string_variable_value_request.rb
|
371
|
+
- lib/vellum_ai/types/named_test_case_array_variable_value.rb
|
372
|
+
- lib/vellum_ai/types/named_test_case_array_variable_value_request.rb
|
373
|
+
- lib/vellum_ai/types/named_test_case_chat_history_variable_value.rb
|
211
374
|
- lib/vellum_ai/types/named_test_case_chat_history_variable_value_request.rb
|
375
|
+
- lib/vellum_ai/types/named_test_case_error_variable_value.rb
|
212
376
|
- lib/vellum_ai/types/named_test_case_error_variable_value_request.rb
|
377
|
+
- lib/vellum_ai/types/named_test_case_function_call_variable_value.rb
|
378
|
+
- lib/vellum_ai/types/named_test_case_function_call_variable_value_request.rb
|
379
|
+
- lib/vellum_ai/types/named_test_case_json_variable_value.rb
|
213
380
|
- lib/vellum_ai/types/named_test_case_json_variable_value_request.rb
|
381
|
+
- lib/vellum_ai/types/named_test_case_number_variable_value.rb
|
214
382
|
- lib/vellum_ai/types/named_test_case_number_variable_value_request.rb
|
383
|
+
- lib/vellum_ai/types/named_test_case_search_results_variable_value.rb
|
215
384
|
- lib/vellum_ai/types/named_test_case_search_results_variable_value_request.rb
|
385
|
+
- lib/vellum_ai/types/named_test_case_string_variable_value.rb
|
216
386
|
- lib/vellum_ai/types/named_test_case_string_variable_value_request.rb
|
387
|
+
- lib/vellum_ai/types/named_test_case_variable_value.rb
|
217
388
|
- lib/vellum_ai/types/named_test_case_variable_value_request.rb
|
389
|
+
- lib/vellum_ai/types/new_member_join_behavior_enum.rb
|
390
|
+
- lib/vellum_ai/types/node_execution_fulfilled_body.rb
|
391
|
+
- lib/vellum_ai/types/node_execution_fulfilled_event.rb
|
392
|
+
- lib/vellum_ai/types/node_execution_initiated_body.rb
|
393
|
+
- lib/vellum_ai/types/node_execution_initiated_event.rb
|
394
|
+
- lib/vellum_ai/types/node_execution_paused_body.rb
|
395
|
+
- lib/vellum_ai/types/node_execution_paused_event.rb
|
396
|
+
- lib/vellum_ai/types/node_execution_rejected_body.rb
|
397
|
+
- lib/vellum_ai/types/node_execution_rejected_event.rb
|
398
|
+
- lib/vellum_ai/types/node_execution_resumed_body.rb
|
399
|
+
- lib/vellum_ai/types/node_execution_resumed_event.rb
|
400
|
+
- lib/vellum_ai/types/node_execution_span.rb
|
401
|
+
- lib/vellum_ai/types/node_execution_span_attributes.rb
|
402
|
+
- lib/vellum_ai/types/node_execution_streaming_body.rb
|
403
|
+
- lib/vellum_ai/types/node_execution_streaming_event.rb
|
218
404
|
- lib/vellum_ai/types/node_input_compiled_array_value.rb
|
219
405
|
- lib/vellum_ai/types/node_input_compiled_chat_history_value.rb
|
220
406
|
- lib/vellum_ai/types/node_input_compiled_error_value.rb
|
221
|
-
- lib/vellum_ai/types/
|
407
|
+
- lib/vellum_ai/types/node_input_compiled_function_call_value.rb
|
222
408
|
- lib/vellum_ai/types/node_input_compiled_json_value.rb
|
223
409
|
- lib/vellum_ai/types/node_input_compiled_number_value.rb
|
224
410
|
- lib/vellum_ai/types/node_input_compiled_search_results_value.rb
|
411
|
+
- lib/vellum_ai/types/node_input_compiled_secret_value.rb
|
225
412
|
- lib/vellum_ai/types/node_input_compiled_string_value.rb
|
226
413
|
- lib/vellum_ai/types/node_input_variable_compiled_value.rb
|
227
414
|
- lib/vellum_ai/types/node_output_compiled_array_value.rb
|
228
415
|
- lib/vellum_ai/types/node_output_compiled_chat_history_value.rb
|
229
416
|
- lib/vellum_ai/types/node_output_compiled_error_value.rb
|
230
|
-
- lib/vellum_ai/types/
|
417
|
+
- lib/vellum_ai/types/node_output_compiled_function_call_value.rb
|
231
418
|
- lib/vellum_ai/types/node_output_compiled_json_value.rb
|
232
419
|
- lib/vellum_ai/types/node_output_compiled_number_value.rb
|
233
420
|
- lib/vellum_ai/types/node_output_compiled_search_results_value.rb
|
234
421
|
- lib/vellum_ai/types/node_output_compiled_string_value.rb
|
235
422
|
- lib/vellum_ai/types/node_output_compiled_value.rb
|
423
|
+
- lib/vellum_ai/types/node_parent_context.rb
|
236
424
|
- lib/vellum_ai/types/normalized_log_probs.rb
|
237
425
|
- lib/vellum_ai/types/normalized_token_log_probs.rb
|
238
|
-
- lib/vellum_ai/types/
|
239
|
-
- lib/vellum_ai/types/
|
426
|
+
- lib/vellum_ai/types/number_input.rb
|
427
|
+
- lib/vellum_ai/types/number_vellum_value.rb
|
428
|
+
- lib/vellum_ai/types/number_vellum_value_request.rb
|
429
|
+
- lib/vellum_ai/types/open_ai_vectorizer_config.rb
|
430
|
+
- lib/vellum_ai/types/open_ai_vectorizer_config_request.rb
|
431
|
+
- lib/vellum_ai/types/open_ai_vectorizer_text_embedding_3_large.rb
|
432
|
+
- lib/vellum_ai/types/open_ai_vectorizer_text_embedding_3_large_request.rb
|
433
|
+
- lib/vellum_ai/types/open_ai_vectorizer_text_embedding_3_small.rb
|
434
|
+
- lib/vellum_ai/types/open_ai_vectorizer_text_embedding_3_small_request.rb
|
435
|
+
- lib/vellum_ai/types/open_ai_vectorizer_text_embedding_ada_002.rb
|
436
|
+
- lib/vellum_ai/types/open_ai_vectorizer_text_embedding_ada_002_request.rb
|
437
|
+
- lib/vellum_ai/types/organization_read.rb
|
438
|
+
- lib/vellum_ai/types/paginated_container_image_read_list.rb
|
439
|
+
- lib/vellum_ai/types/paginated_deployment_release_tag_read_list.rb
|
240
440
|
- lib/vellum_ai/types/paginated_document_index_read_list.rb
|
441
|
+
- lib/vellum_ai/types/paginated_folder_entity_list.rb
|
241
442
|
- lib/vellum_ai/types/paginated_slim_deployment_read_list.rb
|
242
443
|
- lib/vellum_ai/types/paginated_slim_document_list.rb
|
243
444
|
- lib/vellum_ai/types/paginated_slim_workflow_deployment_list.rb
|
244
445
|
- lib/vellum_ai/types/paginated_test_suite_run_execution_list.rb
|
446
|
+
- lib/vellum_ai/types/paginated_test_suite_test_case_list.rb
|
447
|
+
- lib/vellum_ai/types/paginated_workflow_release_tag_read_list.rb
|
448
|
+
- lib/vellum_ai/types/paginated_workflow_sandbox_example_list.rb
|
449
|
+
- lib/vellum_ai/types/parent_context.rb
|
450
|
+
- lib/vellum_ai/types/pdf_search_result_meta_source.rb
|
451
|
+
- lib/vellum_ai/types/pdf_search_result_meta_source_request.rb
|
452
|
+
- lib/vellum_ai/types/plain_text_prompt_block.rb
|
453
|
+
- lib/vellum_ai/types/price.rb
|
245
454
|
- lib/vellum_ai/types/processing_failure_reason_enum.rb
|
246
|
-
- lib/vellum_ai/types/
|
247
|
-
- lib/vellum_ai/types/
|
455
|
+
- lib/vellum_ai/types/prompt_block.rb
|
456
|
+
- lib/vellum_ai/types/prompt_block_state.rb
|
457
|
+
- lib/vellum_ai/types/prompt_deployment_expand_meta_request.rb
|
248
458
|
- lib/vellum_ai/types/prompt_deployment_input_request.rb
|
459
|
+
- lib/vellum_ai/types/prompt_deployment_parent_context.rb
|
460
|
+
- lib/vellum_ai/types/prompt_deployment_release.rb
|
461
|
+
- lib/vellum_ai/types/prompt_deployment_release_prompt_deployment.rb
|
462
|
+
- lib/vellum_ai/types/prompt_deployment_release_prompt_version.rb
|
463
|
+
- lib/vellum_ai/types/prompt_exec_config.rb
|
249
464
|
- lib/vellum_ai/types/prompt_execution_meta.rb
|
465
|
+
- lib/vellum_ai/types/prompt_node_execution_meta.rb
|
250
466
|
- lib/vellum_ai/types/prompt_node_result.rb
|
251
467
|
- lib/vellum_ai/types/prompt_node_result_data.rb
|
252
468
|
- lib/vellum_ai/types/prompt_output.rb
|
253
|
-
- lib/vellum_ai/types/
|
254
|
-
- lib/vellum_ai/types/
|
255
|
-
- lib/vellum_ai/types/
|
256
|
-
- lib/vellum_ai/types/
|
257
|
-
- lib/vellum_ai/types/
|
258
|
-
- lib/vellum_ai/types/
|
259
|
-
- lib/vellum_ai/types/
|
469
|
+
- lib/vellum_ai/types/prompt_parameters.rb
|
470
|
+
- lib/vellum_ai/types/prompt_push_response.rb
|
471
|
+
- lib/vellum_ai/types/prompt_request_chat_history_input.rb
|
472
|
+
- lib/vellum_ai/types/prompt_request_input.rb
|
473
|
+
- lib/vellum_ai/types/prompt_request_json_input.rb
|
474
|
+
- lib/vellum_ai/types/prompt_request_string_input.rb
|
475
|
+
- lib/vellum_ai/types/prompt_settings.rb
|
476
|
+
- lib/vellum_ai/types/prompt_version_build_config_sandbox.rb
|
260
477
|
- lib/vellum_ai/types/raw_prompt_execution_overrides_request.rb
|
261
|
-
- lib/vellum_ai/types/
|
262
|
-
- lib/vellum_ai/types/
|
263
|
-
- lib/vellum_ai/types/
|
264
|
-
- lib/vellum_ai/types/
|
265
|
-
- lib/vellum_ai/types/
|
266
|
-
- lib/vellum_ai/types/registered_prompt_deployment.rb
|
267
|
-
- lib/vellum_ai/types/registered_prompt_input_variable_request.rb
|
268
|
-
- lib/vellum_ai/types/registered_prompt_model_version.rb
|
269
|
-
- lib/vellum_ai/types/registered_prompt_sandbox.rb
|
270
|
-
- lib/vellum_ai/types/registered_prompt_sandbox_snapshot.rb
|
271
|
-
- lib/vellum_ai/types/rejected_enum.rb
|
478
|
+
- lib/vellum_ai/types/reducto_chunker_config.rb
|
479
|
+
- lib/vellum_ai/types/reducto_chunker_config_request.rb
|
480
|
+
- lib/vellum_ai/types/reducto_chunking.rb
|
481
|
+
- lib/vellum_ai/types/reducto_chunking_request.rb
|
482
|
+
- lib/vellum_ai/types/rejected_ad_hoc_execute_prompt_event.rb
|
272
483
|
- lib/vellum_ai/types/rejected_execute_prompt_event.rb
|
273
484
|
- lib/vellum_ai/types/rejected_execute_prompt_response.rb
|
274
485
|
- lib/vellum_ai/types/rejected_execute_workflow_workflow_result_event.rb
|
275
|
-
- lib/vellum_ai/types/rejected_function_call.rb
|
276
486
|
- lib/vellum_ai/types/rejected_prompt_execution_meta.rb
|
277
487
|
- lib/vellum_ai/types/rejected_workflow_node_result_event.rb
|
488
|
+
- lib/vellum_ai/types/release_created_by.rb
|
489
|
+
- lib/vellum_ai/types/release_environment.rb
|
490
|
+
- lib/vellum_ai/types/release_release_tag.rb
|
491
|
+
- lib/vellum_ai/types/release_review_reviewer.rb
|
492
|
+
- lib/vellum_ai/types/release_review_state.rb
|
493
|
+
- lib/vellum_ai/types/release_tag_release.rb
|
494
|
+
- lib/vellum_ai/types/release_tag_source.rb
|
495
|
+
- lib/vellum_ai/types/replace_test_suite_test_case_request.rb
|
496
|
+
- lib/vellum_ai/types/rich_text_child_block.rb
|
497
|
+
- lib/vellum_ai/types/rich_text_prompt_block.rb
|
278
498
|
- lib/vellum_ai/types/sandbox_scenario.rb
|
279
499
|
- lib/vellum_ai/types/scenario_input.rb
|
280
|
-
- lib/vellum_ai/types/
|
281
|
-
- lib/vellum_ai/types/
|
282
|
-
- lib/vellum_ai/types/
|
500
|
+
- lib/vellum_ai/types/scenario_input_chat_history_variable_value.rb
|
501
|
+
- lib/vellum_ai/types/scenario_input_json_variable_value.rb
|
502
|
+
- lib/vellum_ai/types/scenario_input_string_variable_value.rb
|
283
503
|
- lib/vellum_ai/types/search_filters_request.rb
|
284
504
|
- lib/vellum_ai/types/search_node_result.rb
|
285
505
|
- lib/vellum_ai/types/search_node_result_data.rb
|
@@ -289,27 +509,40 @@ files:
|
|
289
509
|
- lib/vellum_ai/types/search_result_document.rb
|
290
510
|
- lib/vellum_ai/types/search_result_document_request.rb
|
291
511
|
- lib/vellum_ai/types/search_result_merging_request.rb
|
512
|
+
- lib/vellum_ai/types/search_result_meta.rb
|
513
|
+
- lib/vellum_ai/types/search_result_meta_request.rb
|
292
514
|
- lib/vellum_ai/types/search_result_request.rb
|
293
|
-
- lib/vellum_ai/types/
|
294
|
-
- lib/vellum_ai/types/
|
515
|
+
- lib/vellum_ai/types/search_results_input.rb
|
516
|
+
- lib/vellum_ai/types/search_results_vellum_value.rb
|
517
|
+
- lib/vellum_ai/types/search_results_vellum_value_request.rb
|
295
518
|
- lib/vellum_ai/types/search_weights_request.rb
|
519
|
+
- lib/vellum_ai/types/secret_type_enum.rb
|
520
|
+
- lib/vellum_ai/types/sentence_chunker_config.rb
|
521
|
+
- lib/vellum_ai/types/sentence_chunker_config_request.rb
|
522
|
+
- lib/vellum_ai/types/sentence_chunking.rb
|
523
|
+
- lib/vellum_ai/types/sentence_chunking_request.rb
|
296
524
|
- lib/vellum_ai/types/slim_deployment_read.rb
|
297
525
|
- lib/vellum_ai/types/slim_document.rb
|
526
|
+
- lib/vellum_ai/types/slim_document_document_to_document_index.rb
|
527
|
+
- lib/vellum_ai/types/slim_release_review.rb
|
298
528
|
- lib/vellum_ai/types/slim_workflow_deployment.rb
|
299
|
-
- lib/vellum_ai/types/
|
529
|
+
- lib/vellum_ai/types/slim_workflow_execution_read.rb
|
530
|
+
- lib/vellum_ai/types/span_link.rb
|
531
|
+
- lib/vellum_ai/types/span_link_type_enum.rb
|
532
|
+
- lib/vellum_ai/types/streaming_ad_hoc_execute_prompt_event.rb
|
300
533
|
- lib/vellum_ai/types/streaming_execute_prompt_event.rb
|
301
534
|
- lib/vellum_ai/types/streaming_prompt_execution_meta.rb
|
302
535
|
- lib/vellum_ai/types/streaming_workflow_node_result_event.rb
|
303
536
|
- lib/vellum_ai/types/string_chat_message_content.rb
|
304
537
|
- lib/vellum_ai/types/string_chat_message_content_request.rb
|
305
|
-
- lib/vellum_ai/types/
|
538
|
+
- lib/vellum_ai/types/string_input.rb
|
306
539
|
- lib/vellum_ai/types/string_input_request.rb
|
307
|
-
- lib/vellum_ai/types/
|
540
|
+
- lib/vellum_ai/types/string_vellum_value.rb
|
541
|
+
- lib/vellum_ai/types/string_vellum_value_request.rb
|
308
542
|
- lib/vellum_ai/types/submit_completion_actual_request.rb
|
309
|
-
- lib/vellum_ai/types/submit_completion_actuals_error_response.rb
|
310
543
|
- lib/vellum_ai/types/submit_workflow_execution_actual_request.rb
|
311
|
-
- lib/vellum_ai/types/subworkflow_enum.rb
|
312
544
|
- lib/vellum_ai/types/subworkflow_node_result.rb
|
545
|
+
- lib/vellum_ai/types/subworkflow_node_result_data.rb
|
313
546
|
- lib/vellum_ai/types/templating_node_array_result.rb
|
314
547
|
- lib/vellum_ai/types/templating_node_chat_history_result.rb
|
315
548
|
- lib/vellum_ai/types/templating_node_error_result.rb
|
@@ -332,8 +565,10 @@ files:
|
|
332
565
|
- lib/vellum_ai/types/terminal_node_result_output.rb
|
333
566
|
- lib/vellum_ai/types/terminal_node_search_results_result.rb
|
334
567
|
- lib/vellum_ai/types/terminal_node_string_result.rb
|
568
|
+
- lib/vellum_ai/types/test_case_array_variable_value.rb
|
335
569
|
- lib/vellum_ai/types/test_case_chat_history_variable_value.rb
|
336
570
|
- lib/vellum_ai/types/test_case_error_variable_value.rb
|
571
|
+
- lib/vellum_ai/types/test_case_function_call_variable_value.rb
|
337
572
|
- lib/vellum_ai/types/test_case_json_variable_value.rb
|
338
573
|
- lib/vellum_ai/types/test_case_number_variable_value.rb
|
339
574
|
- lib/vellum_ai/types/test_case_search_results_variable_value.rb
|
@@ -343,23 +578,37 @@ files:
|
|
343
578
|
- lib/vellum_ai/types/test_suite_run_deployment_release_tag_exec_config_data.rb
|
344
579
|
- lib/vellum_ai/types/test_suite_run_deployment_release_tag_exec_config_data_request.rb
|
345
580
|
- lib/vellum_ai/types/test_suite_run_deployment_release_tag_exec_config_request.rb
|
346
|
-
- lib/vellum_ai/types/test_suite_run_deployment_release_tag_exec_config_type_enum.rb
|
347
581
|
- lib/vellum_ai/types/test_suite_run_exec_config.rb
|
348
582
|
- lib/vellum_ai/types/test_suite_run_exec_config_request.rb
|
349
583
|
- lib/vellum_ai/types/test_suite_run_execution.rb
|
584
|
+
- lib/vellum_ai/types/test_suite_run_execution_array_output.rb
|
350
585
|
- lib/vellum_ai/types/test_suite_run_execution_chat_history_output.rb
|
351
586
|
- lib/vellum_ai/types/test_suite_run_execution_error_output.rb
|
587
|
+
- lib/vellum_ai/types/test_suite_run_execution_function_call_output.rb
|
352
588
|
- lib/vellum_ai/types/test_suite_run_execution_json_output.rb
|
589
|
+
- lib/vellum_ai/types/test_suite_run_execution_metric_definition.rb
|
353
590
|
- lib/vellum_ai/types/test_suite_run_execution_metric_result.rb
|
354
591
|
- lib/vellum_ai/types/test_suite_run_execution_number_output.rb
|
355
592
|
- lib/vellum_ai/types/test_suite_run_execution_output.rb
|
356
593
|
- lib/vellum_ai/types/test_suite_run_execution_search_results_output.rb
|
357
594
|
- lib/vellum_ai/types/test_suite_run_execution_string_output.rb
|
595
|
+
- lib/vellum_ai/types/test_suite_run_external_exec_config.rb
|
596
|
+
- lib/vellum_ai/types/test_suite_run_external_exec_config_data.rb
|
597
|
+
- lib/vellum_ai/types/test_suite_run_external_exec_config_data_request.rb
|
598
|
+
- lib/vellum_ai/types/test_suite_run_external_exec_config_request.rb
|
599
|
+
- lib/vellum_ai/types/test_suite_run_metric_array_output.rb
|
358
600
|
- lib/vellum_ai/types/test_suite_run_metric_error_output.rb
|
359
|
-
- lib/vellum_ai/types/
|
601
|
+
- lib/vellum_ai/types/test_suite_run_metric_json_output.rb
|
360
602
|
- lib/vellum_ai/types/test_suite_run_metric_number_output.rb
|
361
|
-
- lib/vellum_ai/types/test_suite_run_metric_number_output_type_enum.rb
|
362
603
|
- lib/vellum_ai/types/test_suite_run_metric_output.rb
|
604
|
+
- lib/vellum_ai/types/test_suite_run_metric_string_output.rb
|
605
|
+
- lib/vellum_ai/types/test_suite_run_progress.rb
|
606
|
+
- lib/vellum_ai/types/test_suite_run_prompt_sandbox_exec_config_data_request.rb
|
607
|
+
- lib/vellum_ai/types/test_suite_run_prompt_sandbox_exec_config_request.rb
|
608
|
+
- lib/vellum_ai/types/test_suite_run_prompt_sandbox_history_item_exec_config.rb
|
609
|
+
- lib/vellum_ai/types/test_suite_run_prompt_sandbox_history_item_exec_config_data.rb
|
610
|
+
- lib/vellum_ai/types/test_suite_run_prompt_sandbox_history_item_exec_config_data_request.rb
|
611
|
+
- lib/vellum_ai/types/test_suite_run_prompt_sandbox_history_item_exec_config_request.rb
|
363
612
|
- lib/vellum_ai/types/test_suite_run_read.rb
|
364
613
|
- lib/vellum_ai/types/test_suite_run_state.rb
|
365
614
|
- lib/vellum_ai/types/test_suite_run_test_suite.rb
|
@@ -367,26 +616,99 @@ files:
|
|
367
616
|
- lib/vellum_ai/types/test_suite_run_workflow_release_tag_exec_config_data.rb
|
368
617
|
- lib/vellum_ai/types/test_suite_run_workflow_release_tag_exec_config_data_request.rb
|
369
618
|
- lib/vellum_ai/types/test_suite_run_workflow_release_tag_exec_config_request.rb
|
370
|
-
- lib/vellum_ai/types/
|
619
|
+
- lib/vellum_ai/types/test_suite_run_workflow_sandbox_exec_config_data_request.rb
|
620
|
+
- lib/vellum_ai/types/test_suite_run_workflow_sandbox_exec_config_request.rb
|
621
|
+
- lib/vellum_ai/types/test_suite_run_workflow_sandbox_history_item_exec_config.rb
|
622
|
+
- lib/vellum_ai/types/test_suite_run_workflow_sandbox_history_item_exec_config_data.rb
|
623
|
+
- lib/vellum_ai/types/test_suite_run_workflow_sandbox_history_item_exec_config_data_request.rb
|
624
|
+
- lib/vellum_ai/types/test_suite_run_workflow_sandbox_history_item_exec_config_request.rb
|
371
625
|
- lib/vellum_ai/types/test_suite_test_case.rb
|
372
|
-
- lib/vellum_ai/types/
|
626
|
+
- lib/vellum_ai/types/test_suite_test_case_bulk_operation_request.rb
|
627
|
+
- lib/vellum_ai/types/test_suite_test_case_bulk_result.rb
|
628
|
+
- lib/vellum_ai/types/test_suite_test_case_create_bulk_operation_request.rb
|
629
|
+
- lib/vellum_ai/types/test_suite_test_case_created_bulk_result.rb
|
630
|
+
- lib/vellum_ai/types/test_suite_test_case_created_bulk_result_data.rb
|
631
|
+
- lib/vellum_ai/types/test_suite_test_case_delete_bulk_operation_data_request.rb
|
632
|
+
- lib/vellum_ai/types/test_suite_test_case_delete_bulk_operation_request.rb
|
633
|
+
- lib/vellum_ai/types/test_suite_test_case_deleted_bulk_result.rb
|
634
|
+
- lib/vellum_ai/types/test_suite_test_case_deleted_bulk_result_data.rb
|
635
|
+
- lib/vellum_ai/types/test_suite_test_case_rejected_bulk_result.rb
|
636
|
+
- lib/vellum_ai/types/test_suite_test_case_replace_bulk_operation_request.rb
|
637
|
+
- lib/vellum_ai/types/test_suite_test_case_replaced_bulk_result.rb
|
638
|
+
- lib/vellum_ai/types/test_suite_test_case_replaced_bulk_result_data.rb
|
639
|
+
- lib/vellum_ai/types/test_suite_test_case_upsert_bulk_operation_request.rb
|
640
|
+
- lib/vellum_ai/types/token_overlapping_window_chunker_config.rb
|
641
|
+
- lib/vellum_ai/types/token_overlapping_window_chunker_config_request.rb
|
642
|
+
- lib/vellum_ai/types/token_overlapping_window_chunking.rb
|
643
|
+
- lib/vellum_ai/types/token_overlapping_window_chunking_request.rb
|
644
|
+
- lib/vellum_ai/types/unit_enum.rb
|
373
645
|
- lib/vellum_ai/types/upload_document_response.rb
|
646
|
+
- lib/vellum_ai/types/upsert_test_suite_test_case_request.rb
|
647
|
+
- lib/vellum_ai/types/variable_prompt_block.rb
|
648
|
+
- lib/vellum_ai/types/vellum_audio.rb
|
649
|
+
- lib/vellum_ai/types/vellum_audio_request.rb
|
650
|
+
- lib/vellum_ai/types/vellum_code_resource_definition.rb
|
651
|
+
- lib/vellum_ai/types/vellum_document.rb
|
652
|
+
- lib/vellum_ai/types/vellum_document_request.rb
|
374
653
|
- lib/vellum_ai/types/vellum_error.rb
|
375
654
|
- lib/vellum_ai/types/vellum_error_code_enum.rb
|
376
655
|
- lib/vellum_ai/types/vellum_error_request.rb
|
377
656
|
- lib/vellum_ai/types/vellum_image.rb
|
378
657
|
- lib/vellum_ai/types/vellum_image_request.rb
|
658
|
+
- lib/vellum_ai/types/vellum_node_execution_event.rb
|
659
|
+
- lib/vellum_ai/types/vellum_sdk_error.rb
|
660
|
+
- lib/vellum_ai/types/vellum_sdk_error_code_enum.rb
|
661
|
+
- lib/vellum_ai/types/vellum_secret.rb
|
662
|
+
- lib/vellum_ai/types/vellum_span.rb
|
663
|
+
- lib/vellum_ai/types/vellum_value.rb
|
664
|
+
- lib/vellum_ai/types/vellum_value_logical_condition_group_request.rb
|
665
|
+
- lib/vellum_ai/types/vellum_value_logical_condition_request.rb
|
666
|
+
- lib/vellum_ai/types/vellum_value_logical_expression_request.rb
|
667
|
+
- lib/vellum_ai/types/vellum_value_request.rb
|
379
668
|
- lib/vellum_ai/types/vellum_variable.rb
|
669
|
+
- lib/vellum_ai/types/vellum_variable_extensions.rb
|
380
670
|
- lib/vellum_ai/types/vellum_variable_type.rb
|
671
|
+
- lib/vellum_ai/types/vellum_workflow_execution_event.rb
|
672
|
+
- lib/vellum_ai/types/workflow_deployment_event_executions_response.rb
|
673
|
+
- lib/vellum_ai/types/workflow_deployment_history_item.rb
|
674
|
+
- lib/vellum_ai/types/workflow_deployment_parent_context.rb
|
381
675
|
- lib/vellum_ai/types/workflow_deployment_read.rb
|
676
|
+
- lib/vellum_ai/types/workflow_deployment_release.rb
|
677
|
+
- lib/vellum_ai/types/workflow_deployment_release_workflow_deployment.rb
|
678
|
+
- lib/vellum_ai/types/workflow_deployment_release_workflow_version.rb
|
679
|
+
- lib/vellum_ai/types/workflow_error.rb
|
382
680
|
- lib/vellum_ai/types/workflow_event_error.rb
|
681
|
+
- lib/vellum_ai/types/workflow_event_execution_read.rb
|
682
|
+
- lib/vellum_ai/types/workflow_execution_actual.rb
|
383
683
|
- lib/vellum_ai/types/workflow_execution_actual_chat_history_request.rb
|
384
684
|
- lib/vellum_ai/types/workflow_execution_actual_json_request.rb
|
385
685
|
- lib/vellum_ai/types/workflow_execution_actual_string_request.rb
|
386
686
|
- lib/vellum_ai/types/workflow_execution_event_error_code.rb
|
387
687
|
- lib/vellum_ai/types/workflow_execution_event_type.rb
|
688
|
+
- lib/vellum_ai/types/workflow_execution_fulfilled_body.rb
|
689
|
+
- lib/vellum_ai/types/workflow_execution_fulfilled_event.rb
|
690
|
+
- lib/vellum_ai/types/workflow_execution_initiated_body.rb
|
691
|
+
- lib/vellum_ai/types/workflow_execution_initiated_event.rb
|
388
692
|
- lib/vellum_ai/types/workflow_execution_node_result_event.rb
|
693
|
+
- lib/vellum_ai/types/workflow_execution_paused_body.rb
|
694
|
+
- lib/vellum_ai/types/workflow_execution_paused_event.rb
|
695
|
+
- lib/vellum_ai/types/workflow_execution_rejected_body.rb
|
696
|
+
- lib/vellum_ai/types/workflow_execution_rejected_event.rb
|
697
|
+
- lib/vellum_ai/types/workflow_execution_resumed_body.rb
|
698
|
+
- lib/vellum_ai/types/workflow_execution_resumed_event.rb
|
699
|
+
- lib/vellum_ai/types/workflow_execution_snapshotted_body.rb
|
700
|
+
- lib/vellum_ai/types/workflow_execution_snapshotted_event.rb
|
701
|
+
- lib/vellum_ai/types/workflow_execution_span.rb
|
702
|
+
- lib/vellum_ai/types/workflow_execution_span_attributes.rb
|
703
|
+
- lib/vellum_ai/types/workflow_execution_streaming_body.rb
|
704
|
+
- lib/vellum_ai/types/workflow_execution_streaming_event.rb
|
705
|
+
- lib/vellum_ai/types/workflow_execution_usage_calculation_error.rb
|
706
|
+
- lib/vellum_ai/types/workflow_execution_usage_calculation_error_code_enum.rb
|
707
|
+
- lib/vellum_ai/types/workflow_execution_usage_result.rb
|
708
|
+
- lib/vellum_ai/types/workflow_execution_view_online_eval_metric_result.rb
|
389
709
|
- lib/vellum_ai/types/workflow_execution_workflow_result_event.rb
|
710
|
+
- lib/vellum_ai/types/workflow_expand_meta_request.rb
|
711
|
+
- lib/vellum_ai/types/workflow_initialization_error.rb
|
390
712
|
- lib/vellum_ai/types/workflow_node_result_data.rb
|
391
713
|
- lib/vellum_ai/types/workflow_node_result_event.rb
|
392
714
|
- lib/vellum_ai/types/workflow_node_result_event_state.rb
|
@@ -400,6 +722,11 @@ files:
|
|
400
722
|
- lib/vellum_ai/types/workflow_output_number.rb
|
401
723
|
- lib/vellum_ai/types/workflow_output_search_results.rb
|
402
724
|
- lib/vellum_ai/types/workflow_output_string.rb
|
725
|
+
- lib/vellum_ai/types/workflow_parent_context.rb
|
726
|
+
- lib/vellum_ai/types/workflow_push_deployment_config_request.rb
|
727
|
+
- lib/vellum_ai/types/workflow_push_response.rb
|
728
|
+
- lib/vellum_ai/types/workflow_release_tag_read.rb
|
729
|
+
- lib/vellum_ai/types/workflow_release_tag_workflow_deployment_history_item.rb
|
403
730
|
- lib/vellum_ai/types/workflow_request_chat_history_input_request.rb
|
404
731
|
- lib/vellum_ai/types/workflow_request_input_request.rb
|
405
732
|
- lib/vellum_ai/types/workflow_request_json_input_request.rb
|
@@ -415,16 +742,27 @@ files:
|
|
415
742
|
- lib/vellum_ai/types/workflow_result_event_output_data_number.rb
|
416
743
|
- lib/vellum_ai/types/workflow_result_event_output_data_search_results.rb
|
417
744
|
- lib/vellum_ai/types/workflow_result_event_output_data_string.rb
|
745
|
+
- lib/vellum_ai/types/workflow_sandbox_example.rb
|
746
|
+
- lib/vellum_ai/types/workflow_sandbox_parent_context.rb
|
418
747
|
- lib/vellum_ai/types/workflow_stream_event.rb
|
748
|
+
- lib/vellum_ai/types/workspace_read.rb
|
749
|
+
- lib/vellum_ai/types/workspace_secret_read.rb
|
419
750
|
- lib/vellum_ai/workflow_deployments/client.rb
|
751
|
+
- lib/vellum_ai/workflow_deployments/types/list_workflow_release_tags_request_source.rb
|
420
752
|
- lib/vellum_ai/workflow_deployments/types/workflow_deployments_list_request_status.rb
|
753
|
+
- lib/vellum_ai/workflow_sandboxes/client.rb
|
754
|
+
- lib/vellum_ai/workflow_sandboxes/types/list_workflow_sandbox_examples_request_tag.rb
|
755
|
+
- lib/vellum_ai/workflows/client.rb
|
756
|
+
- lib/vellum_ai/workspace_secrets/client.rb
|
757
|
+
- lib/vellum_ai/workspaces/client.rb
|
421
758
|
homepage: https://github.com/vellum-ai/vellum-client-ruby
|
422
|
-
licenses:
|
759
|
+
licenses:
|
760
|
+
- MIT
|
423
761
|
metadata:
|
424
762
|
homepage_uri: https://github.com/vellum-ai/vellum-client-ruby
|
425
763
|
source_code_uri: https://github.com/vellum-ai/vellum-client-ruby
|
426
764
|
changelog_uri: https://github.com/vellum-ai/vellum-client-ruby/blob/master/CHANGELOG.md
|
427
|
-
post_install_message:
|
765
|
+
post_install_message:
|
428
766
|
rdoc_options: []
|
429
767
|
require_paths:
|
430
768
|
- lib
|
@@ -440,7 +778,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
440
778
|
version: '0'
|
441
779
|
requirements: []
|
442
780
|
rubygems_version: 3.1.6
|
443
|
-
signing_key:
|
781
|
+
signing_key:
|
444
782
|
specification_version: 4
|
445
783
|
summary: The Vellum Ruby Library provides access to the Vellum API from Ruby.
|
446
784
|
test_files: []
|