mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
Remove unused request_id field from ExaSearchBlock
The request_id field was removed from the ExaSearchBlock schema as it is no longer needed.
This commit is contained in:
@@ -113,7 +113,6 @@ class ExaSearchBlock(Block):
|
||||
search_type: str = SchemaField(
|
||||
description="For auto searches, indicates which search type was selected."
|
||||
)
|
||||
request_id: str = SchemaField(description="Unique identifier for the request")
|
||||
resolved_search_type: str = SchemaField(
|
||||
description="The search type that was actually used for this request (neural or keyword)"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user