search_transcribed
Find specific keywords within transcribed historical documents from the Swedish National Archives to locate relevant information in archival records.
Instructions
Search for keywords in transcribed historical documents from Riksarkivet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_padding | No | ||
keyword | Yes | ||
max_hits_per_document | No | ||
max_pages_with_context | No | ||
max_response_tokens | No | ||
max_results | No | ||
offset | Yes | ||
show_context | No | ||
truncate_page_text | No |
Input Schema (JSON Schema)
{
"properties": {
"context_padding": {
"default": 0,
"title": "Context Padding",
"type": "integer"
},
"keyword": {
"title": "Keyword",
"type": "string"
},
"max_hits_per_document": {
"default": 3,
"title": "Max Hits Per Document",
"type": "integer"
},
"max_pages_with_context": {
"default": 0,
"title": "Max Pages With Context",
"type": "integer"
},
"max_response_tokens": {
"default": 15000,
"title": "Max Response Tokens",
"type": "integer"
},
"max_results": {
"default": 10,
"title": "Max Results",
"type": "integer"
},
"offset": {
"title": "Offset",
"type": "integer"
},
"show_context": {
"default": false,
"title": "Show Context",
"type": "boolean"
},
"truncate_page_text": {
"default": 800,
"title": "Truncate Page Text",
"type": "integer"
}
},
"required": [
"keyword",
"offset"
],
"type": "object"
}