exa-ai 0.12.0 → 0.12.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aac702bd80757b3b6f52899e116899184df36530b6330c496c405e52a247eb95
4
- data.tar.gz: 46669a7169fc6f2155b2869b7bf90740d6e28d90855a35e8064707778115b8db
3
+ metadata.gz: 8f2ec6d5b6e263466f5125722a28e9c0625aae9cc3342cc8cabbbc6fe5ae260b
4
+ data.tar.gz: 06a79cb7b742df7a5bd49f0267c32f93ab76c4acc260bbfc0cbdf6b8478bdc33
5
5
  SHA512:
6
- metadata.gz: c6db2aaa317b4e3b4a07c2a09a6af6b41e701961333b4dc3fa46c3c66bd535c529c82b92091a160be1d8ed7c25e7a7bc91933aa29278a4dd809bca92a6d1036d
7
- data.tar.gz: 49159797c3615649188ab4a16d076b29a3b2134446731d6cf38c6fb59fddb4e49b823cdd07ef7390d030458cc04fabdcb20278581df2120b7c69721dbf6bf548
6
+ metadata.gz: 7f35b340937f7580d21517e7d8b60cc39048bbedbd8092815f8c5ed9fb974b5746ad4832dee65e6743ba6492e28b09f82ced416e27463889b0271d3eae6e1d28
7
+ data.tar.gz: eedbb8580d6103b78d6fbbb4c4f41e89d0f48c713705537096cbf33de8a8da9818ee40309b76c974f8897769f0190d17dbec82ae3c7c52edd4a73bb3306fcdda
@@ -73,7 +73,7 @@ def parse_args(argv)
73
73
  Options:
74
74
  --query TEXT Query for the agent run (required)
75
75
  --system-prompt TEXT System prompt to guide the agent
76
- --effort LEVEL Effort level: low, medium, high
76
+ --effort LEVEL Effort level: minimal, low, medium, high, xhigh, auto (default: auto)
77
77
  --data-sources LIST Comma-separated partner slugs to attach (see
78
78
  "Data sources" below), e.g. fiber_ai,similarweb
79
79
  --input-data JSON JSON array of objects for the agent to process,
data/lib/exa/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Exa
4
- VERSION = "0.12.0"
4
+ VERSION = "0.12.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exa-ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Jackson