Documentation Index
Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
SearchResultContent
Search result content for grounding LLM responses with web search data.Import
Type Definition
Fields
Must be
"search-result".Google search result value with
type (always "google"), references array of search results, and responses array of grounding text.Example
Related
- MessageContent — union type that includes
SearchResultContent - PromptMessage — uses
MessageContent[]as itscontentfield