### WebSearchRequest.startPage() Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the start page number for search results. ```APIDOC ## startPage() ### Description Get the start page number for search results. ### Method N/A (Method in class dev.langchain4j.web.search.WebSearchRequest) ### Endpoint N/A ### Parameters None ### Request Example None ### Response None ``` -------------------------------- ### FileSystemSkillLoader - Constructor Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a `FileSystemSkillLoader` instance. ```APIDOC ## FileSystemSkillLoader - Constructor ### Description Creates a `FileSystemSkillLoader` instance. ### Method - `FileSystemSkillLoader()` ``` -------------------------------- ### FileSystemSource.from(URI) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a FileSystemSource from a URI. ```APIDOC ## FileSystemSource.from(URI) ### Description ### Method Static method ### Class dev.langchain4j.data.document.source.FileSystemSource ``` -------------------------------- ### WebSearchInformationResult.totalResults() Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the total number of results. ```APIDOC ## totalResults() ### Description Gets the total number of results. ### Method `totalResults()` ### Class dev.langchain4j.web.search.WebSearchInformationResult ``` -------------------------------- ### OutputGuardrailResult.successfulText Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the message of the successful result. ```APIDOC ## successfulText() ### Description Gets the message of the successful result. ### Method Not specified (likely part of a Java SDK) ### Endpoint Not applicable (SDK method) ### Parameters None ### Request Example Not applicable (SDK method) ### Response Description not specified ``` -------------------------------- ### HumanInTheLoop.HumanInTheLoopBuilder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a HumanInTheLoop instance. ```APIDOC ## build() ### Description Builds a HumanInTheLoop instance. ### Parameters None. ``` -------------------------------- ### WeaviateEmbeddingStore Builder Methods Source: https://docs.langchain4j.dev/apidocs/index-all.html Methods for building a WeaviateEmbeddingStore. ```APIDOC ## WeaviateEmbeddingStore Builder ### Method `textFieldName(String name)` Sets the name of the text field in Weaviate. ### Parameters - **name** (String) - The name of the text field. ``` -------------------------------- ### onResourceGetError Source: https://docs.langchain4j.dev/apidocs/index-all.html Called when getting a resource fails. ```APIDOC ## onResourceGetError(McpCallContext, Throwable) ### Description This method is part of the `McpClientListener` interface. It is invoked when an error occurs during the process of retrieving a specific resource from the MCP server. ### Method Not applicable (Java method signature) ### Endpoint Not applicable (Java method signature) ### Parameters #### Path Parameters None #### Query Parameters None #### Request Body None ### Request Example None ### Response None #### Success Response (200) None #### Response Example None ``` -------------------------------- ### onPromptGetError Source: https://docs.langchain4j.dev/apidocs/index-all.html Called when getting a prompt fails. ```APIDOC ## onPromptGetError(McpCallContext, Throwable) ### Description This method is part of the `McpClientListener` interface. It is invoked when an error occurs specifically during the process of retrieving a prompt from the MCP server. ### Method Not applicable (Java method signature) ### Endpoint Not applicable (Java method signature) ### Parameters #### Path Parameters None #### Query Parameters None #### Request Body None ### Request Example None ### Response None #### Success Response (200) None #### Response Example None ``` -------------------------------- ### PlannerBasedServiceImpl.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a PlannerBasedServiceImpl. ```APIDOC ## build() ### Description Builds a PlannerBasedServiceImpl. ### Parameters None. ``` -------------------------------- ### FileSystemSource.from(Path) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a FileSystemSource from a Path. ```APIDOC ## FileSystemSource.from(Path) ### Description ### Method Static method ### Class dev.langchain4j.data.document.source.FileSystemSource ``` -------------------------------- ### CompleteToolCall.index Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the index of the tool call. ```APIDOC ## index() ### Description Gets the index of the tool call, starting from 0 and increasing by 1. ### Method Method ### Parameters #### Path Parameters - None #### Query Parameters - None #### Request Body - None ### Request Example None ### Response #### Success Response (200) None #### Response Example None ``` -------------------------------- ### Context.Summary Constructor Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructor for Context.Summary. ```APIDOC ## Summary() ### Description Constructor for Context.Summary. ### Constructor Constructor ### Class dev.langchain4j.agentic.internal.Context.Summary ``` -------------------------------- ### AiServiceTokenStreamParameters.context() Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the AI service context. ```APIDOC ## AiServiceTokenStreamParameters.context() ### Description Gets the AI service context. ### Method Signature `context()` ### Returns `AiServiceContext` - The AI service context. ``` -------------------------------- ### FileSystemSource - Constructor Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a `FileSystemSource` instance with the specified path. ```APIDOC ## FileSystemSource - Constructor ### Description Creates a `FileSystemSource` instance with the specified path. ### Method - `FileSystemSource(Path path)` ``` -------------------------------- ### HttpRequest.body() Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the body of an HTTP request. ```APIDOC ## body() ### Description Method in class dev.langchain4j.http.client.HttpRequest. ### Parameters None. ``` -------------------------------- ### OutputGuardrailResult.success Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets a successful output guardrail result. ```APIDOC ## success() ### Description Gets a successful output guardrail result. ### Method Static method (likely part of a Java SDK) ### Endpoint Not applicable (SDK method) ### Parameters None ### Request Example Not applicable (SDK method) ### Response Description not specified ``` -------------------------------- ### GuardrailsConfigBuilder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds the configuration. ```APIDOC ## build() ### Description Builds the configuration. ### Method build() ``` -------------------------------- ### InputGuardrailResult.success Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets a successful input guardrail result. ```APIDOC ## success() ### Description Gets a successful input guardrail result. ### Method Static method (likely part of a Java SDK) ### Endpoint Not applicable (SDK method) ### Parameters None ### Request Example Not applicable (SDK method) ### Response Description not specified ``` -------------------------------- ### McpToolProvider.Builder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds an MCP tool provider. ```APIDOC ## build() ### Description Builds an MCP tool provider. ### Method build() ``` -------------------------------- ### dev.langchain4j.data.document.source.FileSystemSource.from Source: https://docs.langchain4j.dev/apidocs/index-all.html Static method for creating a FileSystemSource. ```APIDOC ## FileSystemSource.from(File) ### Description Static method for creating a FileSystemSource. ### Method Static method ### Parameters - **file** (File) - Description not available ``` ```APIDOC ## FileSystemSource.from(String) ### Description Static method for creating a FileSystemSource. ### Method Static method ### Parameters - **path** (String) - Description not available ``` -------------------------------- ### CompletionRequest.stop() Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the stop sequences for the completion request. ```APIDOC ## stop() ### Description Gets the stop sequences for the completion request. ### Method N/A (Method in class dev.langchain4j.model.openai.internal.completion.CompletionRequest) ### Endpoint N/A ### Parameters None ### Request Example None ### Response None ``` -------------------------------- ### dev.langchain4j.model.input.Prompt.from Source: https://docs.langchain4j.dev/apidocs/index-all.html Create a new Prompt. ```APIDOC ## Prompt.from(String) ### Description Create a new Prompt. ### Method Static method ### Parameters - **text** (String) - Description not available ``` -------------------------------- ### AnthropicChatRequestParameters.sendThinking() Source: https://docs.langchain4j.dev/apidocs/index-all.html Method to get the sendThinking status from AnthropicChatRequestParameters. ```APIDOC ## sendThinking() ### Description Method to get the sendThinking status from AnthropicChatRequestParameters. ### Method N/A (Method in class) ### Endpoint N/A ``` -------------------------------- ### AiServices.builder() Source: https://docs.langchain4j.dev/apidocs/index-all.html Begins the construction of an AI Service. ```APIDOC ## AiServices.builder() ### Description Begins the construction of an AI Service. ### Method Static method ### Endpoint N/A (Java method) ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (N/A) N/A #### Response Example N/A ``` -------------------------------- ### WebSearchResults.results() Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the list of organic search results. ```APIDOC ## WebSearchResults.results() ### Description Gets the list of organic search results. ### Method N/A (Method in class) ### Endpoint N/A ### Parameters N/A ### Request Example N/A ### Response N/A ``` -------------------------------- ### WebSearchRequest.language Source: https://docs.langchain4j.dev/apidocs/index-all.html Get the desired language for search results. ```APIDOC ## language() ### Description Get the desired language for search results. ### Method `language` ### Returns - **String** - The language code for search results. ``` -------------------------------- ### dev.langchain4j.model.input.PromptTemplate.from Source: https://docs.langchain4j.dev/apidocs/index-all.html Create a new PromptTemplate. ```APIDOC ## PromptTemplate.from(String) ### Description Create a new PromptTemplate. ### Method Static method ### Parameters - **template** (String) - Description not available ``` -------------------------------- ### SuccessfulHttpResponse.body() Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the body of a successful HTTP response. ```APIDOC ## body() ### Description Method in class dev.langchain4j.http.client.SuccessfulHttpResponse. ### Parameters None. ``` -------------------------------- ### SupervisorAgentServiceImpl.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a SupervisorAgentServiceImpl. ```APIDOC ## build() ### Description Builds a SupervisorAgentServiceImpl. ### Parameters None. ``` -------------------------------- ### Skills.from(Collection) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a Skills instance with default configuration from a collection of skills. ```APIDOC ## Skills.from(Collection) ### Description Creates a `Skills` instance with default configuration from the given collection of skills. ### Method Static method ### Class dev.langchain4j.skills.Skills ``` -------------------------------- ### AgentInvocation.startTime() Source: https://docs.langchain4j.dev/apidocs/index-all.html Returns the time when the agent invocation started. ```APIDOC ## startTime() ### Description Returns the time when the agent invocation started. ### Method N/A (Method in class dev.langchain4j.agentic.observability.AgentInvocation) ### Endpoint N/A ### Parameters None ### Request Example None ### Response None ``` -------------------------------- ### Audio.Builder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Build the `Audio` object. ```APIDOC ## build() ### Description Build the `Audio` object. ### Method build() ``` -------------------------------- ### WebSearchOrganicResult URL Source: https://docs.langchain4j.dev/apidocs/index-all.html Method to get the URL associated with a WebSearchOrganicResult. ```APIDOC ## WebSearchOrganicResult ### Get URL ```java url() ``` ``` -------------------------------- ### PineconeEmbeddingStore Constructor Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates an instance of PineconeEmbeddingStore. ```APIDOC Constructor: dev.langchain4j.store.embedding.pinecone.PineconeEmbeddingStore(String, String, String, String, PineconeIndexConfig, String, String) Description: Creates an instance of PineconeEmbeddingStore. ``` -------------------------------- ### ChatCompletionRequest.stop() Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the stop sequences for the chat completion request. ```APIDOC ## stop() ### Description Gets the stop sequences for the chat completion request. ### Method N/A (Method in class dev.langchain4j.model.openai.internal.chat.ChatCompletionRequest) ### Endpoint N/A ### Parameters None ### Request Example None ### Response None ``` -------------------------------- ### getAllVersionsOfServer Source: https://docs.langchain4j.dev/apidocs/index-all.html Get all available versions for a specific MCP server. ```APIDOC ## getAllVersionsOfServer(String serverId) ### Description Retrieves all available versions for a specified MCP server. ### Method GET (Implied by interface method signature and common REST patterns for retrieval) ### Endpoint (Not explicitly defined, but would typically be related to server management or registry) ### Parameters #### Path Parameters - **serverId** (String) - Required - The identifier of the MCP server. ``` -------------------------------- ### createSystemPrompt() Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a system prompt. This method is found in SqlDatabaseContentRetriever and HibernateContentRetriever. ```APIDOC ## createSystemPrompt() ### Description Creates a system prompt. ### Method Method in class dev.langchain4j.experimental.rag.content.retriever.sql.SqlDatabaseContentRetriever ### Method Method in class dev.langchain4j.rag.content.retriever.hibernate.HibernateContentRetriever ``` -------------------------------- ### Video.Builder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Build the `Video` object. ```APIDOC ## build() ### Description Build the `Video` object. ### Method build() ``` -------------------------------- ### ToolExecution.Builder.startTime(LocalDateTime) Source: https://docs.langchain4j.dev/apidocs/index-all.html Sets the start time for the tool execution. ```APIDOC ## startTime(LocalDateTime) ### Description Sets the start time for the tool execution. ### Method N/A (Method in class dev.langchain4j.service.tool.ToolExecution.Builder) ### Endpoint N/A ### Parameters * **startTime** (LocalDateTime) - Description: The start time for the tool execution. ### Request Example None ### Response None ``` -------------------------------- ### OkHttpClientBuilder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds an OkHttp client. ```APIDOC ## build() ### Description Builds an OkHttp client. ### Method build() ``` -------------------------------- ### Video URL Source: https://docs.langchain4j.dev/apidocs/index-all.html Methods for getting and setting the URL of a Video object. ```APIDOC ## Video ### Get URL ```java url() ``` ### Set URL (String) ```java url(String url) ``` ### Set URL (URI) ```java url(URI url) ``` ``` -------------------------------- ### PdfFile URL Source: https://docs.langchain4j.dev/apidocs/index-all.html Methods for getting and setting the URL of a PdfFile object. ```APIDOC ## PdfFile ### Get URL ```java url() ``` ### Set URL (String) ```java url(String url) ``` ### Set URL (URI) ```java url(URI url) ``` ``` -------------------------------- ### HuggingFaceClientFactory.create(HuggingFaceClientFactory.Input) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a HuggingFace client. ```APIDOC ## create(HuggingFaceClientFactory.Input) ### Description Creates a HuggingFace client. ### Method Method in interface dev.langchain4j.model.huggingface.spi.HuggingFaceClientFactory ``` -------------------------------- ### PromptTemplateFactory.create(PromptTemplateFactory.Input) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a new prompt template. ```APIDOC ## create(PromptTemplateFactory.Input) ### Description Create a new prompt template. ### Method Method in interface dev.langchain4j.spi.prompt.PromptTemplateFactory ``` -------------------------------- ### Image URL Source: https://docs.langchain4j.dev/apidocs/index-all.html Methods for getting and setting the URL of an Image object. ```APIDOC ## Image ### Get URL ```java url() ``` ### Set URL (String) ```java url(String url) ``` ### Set URL (URI) ```java url(URI url) ``` ``` -------------------------------- ### McpClientBuilder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds an MCP client. ```APIDOC ## build() ### Description Builds an MCP client. ### Parameters None. ``` -------------------------------- ### Audio URL Source: https://docs.langchain4j.dev/apidocs/index-all.html Methods for getting and setting the URL of an Audio object. ```APIDOC ## Audio ### Get URL ```java url() ``` ### Set URL (String) ```java url(String url) ``` ### Set URL (URI) ```java url(URI url) ``` ``` -------------------------------- ### WatsonxChatRequestParameters.projectId() Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the project ID from Watsonx chat request parameters. ```APIDOC ## projectId() ### Description Gets the project ID from Watsonx chat request parameters. ### Method N/A (Method call) ### Class dev.langchain4j.model.watsonx.WatsonxChatRequestParameters ``` -------------------------------- ### DefaultMcpRegistryClient.Builder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a default MCP registry client. ```APIDOC ## build() ### Description Builds a default MCP registry client. ### Method build() ``` -------------------------------- ### CoherenceEmbeddingStore.create() Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a default CoherenceEmbeddingStore. ```APIDOC ## create() ### Description Create a default `CoherenceEmbeddingStore`. ### Method Static method in class dev.langchain4j.store.embedding.coherence.CoherenceEmbeddingStore ``` -------------------------------- ### MetadataStorageConfig.indexes Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the metadata indexes, which are a list of fields to use as indexes. ```APIDOC ## indexes() ### Description Metadata Indexes, list of fields to use as index. ### Method Method ### Parameters #### Path Parameters - None #### Query Parameters - None #### Request Body - None ### Request Example None ### Response #### Success Response (200) None #### Response Example None ``` -------------------------------- ### dev.langchain4j.skills.Skills.from Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a `Skills` instance with default configuration from the given skills. ```APIDOC ## Skills.from(Skill...) ### Description Creates a `Skills` instance with default configuration from the given skills. ### Method Static method ### Parameters - **skills** (Skill...) - Description not available ``` -------------------------------- ### SuccessfulHttpResponse.bodyBytes() Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the body of a successful HTTP response as a byte array. ```APIDOC ## bodyBytes() ### Description Method in class dev.langchain4j.http.client.SuccessfulHttpResponse. ### Parameters None. ``` -------------------------------- ### DefaultMcpRegistryClient.Builder() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructor for DefaultMcpRegistryClient.Builder. ```APIDOC ## DefaultMcpRegistryClient.Builder() ### Description Constructor for DefaultMcpRegistryClient.Builder. ### Method Constructor ### Endpoint N/A (Java method) ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (N/A) N/A #### Response Example N/A ``` -------------------------------- ### ToolExecution.startTime() Source: https://docs.langchain4j.dev/apidocs/index-all.html Returns the time when the tool execution started, or null if not recorded. ```APIDOC ## startTime() ### Description Returns the time when the tool execution started, or `null` if not recorded. ### Method N/A (Method in class dev.langchain4j.service.tool.ToolExecution) ### Endpoint N/A ### Parameters None ### Request Example None ### Response None ``` -------------------------------- ### DefaultMcpClient.Builder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a default MCP client. ```APIDOC ## build() ### Description Builds a default MCP client. ### Method build() ``` -------------------------------- ### WebSearchRequest.Builder.startPage(Integer) Source: https://docs.langchain4j.dev/apidocs/index-all.html Sets the start page number for search results. ```APIDOC ## startPage(Integer) ### Description Set the start page number for search results. ### Method N/A (Method in class dev.langchain4j.web.search.WebSearchRequest.Builder) ### Endpoint N/A ### Parameters * **startPage** (Integer) - Description: The start page number for search results. ### Request Example None ### Response None ``` -------------------------------- ### McpServerListRequest.Builder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds an MCP server list request. ```APIDOC ## build() ### Description Builds an MCP server list request. ### Method build() ``` -------------------------------- ### WatsonxChatRequestParameters.guidedRegex() Source: https://docs.langchain4j.dev/apidocs/index-all.html Retrieves the guided regex settings for Watsonx chat requests. ```APIDOC Method guidedRegex() in class dev.langchain4j.model.watsonx.WatsonxChatRequestParameters ``` -------------------------------- ### TokenWindowChatMemory.Builder() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructor for TokenWindowChatMemory.Builder. ```APIDOC ## TokenWindowChatMemory.Builder() ### Description Constructor for TokenWindowChatMemory.Builder. ### Method Constructor ### Endpoint N/A (Java method) ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (N/A) N/A #### Response Example N/A ``` -------------------------------- ### WatsonxChatRequestParameters.Builder.guidedGrammar() Source: https://docs.langchain4j.dev/apidocs/index-all.html Sets the guided grammar for Watsonx chat request parameters. ```APIDOC Method guidedGrammar(String) in class dev.langchain4j.model.watsonx.WatsonxChatRequestParameters.Builder ``` -------------------------------- ### SupervisorAgentService.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a SupervisorAgentService. ```APIDOC ## build() ### Description Builds a SupervisorAgentService. ### Parameters None. ``` -------------------------------- ### WatsonxChatRequestParameters.guidedGrammar() Source: https://docs.langchain4j.dev/apidocs/index-all.html Retrieves the guided grammar settings for Watsonx chat requests. ```APIDOC Method guidedGrammar() in class dev.langchain4j.model.watsonx.WatsonxChatRequestParameters ``` -------------------------------- ### WatsonxChatRequestParameters.guidedChoice() Source: https://docs.langchain4j.dev/apidocs/index-all.html Retrieves the guided choice settings for Watsonx chat requests. ```APIDOC Method guidedChoice() in class dev.langchain4j.model.watsonx.WatsonxChatRequestParameters ``` -------------------------------- ### McpToolProvider.Builder() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructor for McpToolProvider.Builder. ```APIDOC ## McpToolProvider.Builder() ### Description Constructor for McpToolProvider.Builder. ### Method Constructor ### Endpoint N/A (Java method) ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (N/A) N/A #### Response Example N/A ``` -------------------------------- ### McpServerListRequest.Builder() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructor for McpServerListRequest.Builder. ```APIDOC ## McpServerListRequest.Builder() ### Description Constructor for McpServerListRequest.Builder. ### Method Constructor ### Endpoint N/A (Java method) ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (N/A) N/A #### Response Example N/A ``` -------------------------------- ### OutputGuardrailResult.response Source: https://docs.langchain4j.dev/apidocs/index-all.html Gets the response computed from the combination of the original `ChatResponse` in the `OutputGuardrailRequest` and this result. ```APIDOC ## response(OutputGuardrailRequest) ### Description Gets the response computed from the combination of the original `ChatResponse` in the `OutputGuardrailRequest` and this result. ### Method Method ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response N/A #### Success Response (200) N/A #### Response Example N/A ``` -------------------------------- ### ComposedAgentListener.listenerOfType Source: https://docs.langchain4j.dev/apidocs/index-all.html Static method to get a listener of a specific type from a composed listener. ```APIDOC ## listenerOfType(AgentListener, Class) ### Description Static method to get a listener of a specific type from a composed listener. ### Method listenerOfType ### Endpoint N/A (Static method) ### Parameters #### Path Parameters None #### Query Parameters None #### Request Body None ### Parameters #### Path Parameters - **listener** (AgentListener) - Required - The composed agent listener. - **type** (Class) - Required - The class of the listener to retrieve. ### Request Example N/A (Method call) ### Response #### Success Response (200) - **AgentListener** (AgentListener) - The listener of the specified type, or null if not found. #### Response Example N/A (Method call) ``` -------------------------------- ### MilvusEmbeddingStore Builder Methods Source: https://docs.langchain4j.dev/apidocs/index-all.html Methods for building a MilvusEmbeddingStore. ```APIDOC ## MilvusEmbeddingStore Builder ### Method `textFieldName(String name)` Sets the name of the text field in Milvus. ### Parameters - **name** (String) - The name of the text field. ``` -------------------------------- ### createService(String) Source: https://docs.langchain4j.dev/apidocs/index-all.html Initializes the okHTTP client for Workers AI. This is a static method in the WorkersAiClient class. ```APIDOC ## createService(String) ### Description Initialization of okHTTP. ### Method Static method in class dev.langchain4j.model.workersai.client.WorkersAiClient ``` -------------------------------- ### GroundingMetadata Segment Source: https://docs.langchain4j.dev/apidocs/index-all.html Represents a segment of grounding metadata, providing start and end indices. ```APIDOC ## endIndex() ### Description Returns the value of the `endIndex` record component. ### Method Method ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (200) N/A #### Response Example N/A ``` -------------------------------- ### WatsonxChatModel.Builder.guidedRegex() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constrains the model output to match the given regular expression (guided decoding). ```APIDOC Method guidedRegex(String) in class dev.langchain4j.model.watsonx.WatsonxChatModel.Builder ``` -------------------------------- ### CassandraChatMemoryStore.create() Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates the table if not exist. ```APIDOC ## create() ### Description Create the table if not exist. ### Method Method in class dev.langchain4j.store.memory.chat.cassandra.CassandraChatMemoryStore ``` -------------------------------- ### SequentialAgentServiceImpl.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a SequentialAgentServiceImpl. ```APIDOC ## build() ### Description Builds a SequentialAgentServiceImpl. ### Parameters None. ``` -------------------------------- ### WatsonxStreamingChatModel.Builder.guidedGrammar() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constrains the model output to conform to the given EBNF grammar (guided decoding). ```APIDOC Method guidedGrammar(String) in class dev.langchain4j.model.watsonx.WatsonxStreamingChatModel.Builder ``` -------------------------------- ### Context.Summarizer Constructor Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructor for Context.Summarizer. ```APIDOC ## Summarizer(AgenticScope, ChatModel, String...) ### Description Constructor for Context.Summarizer. ### Constructor Constructor ### Class dev.langchain4j.agentic.internal.Context.Summarizer ``` -------------------------------- ### WatsonxChatModel.Builder.guidedGrammar() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constrains the model output to conform to the given EBNF grammar (guided decoding). ```APIDOC Method guidedGrammar(String) in class dev.langchain4j.model.watsonx.WatsonxChatModel.Builder ``` -------------------------------- ### MistralAiClient.Builder.logResponses() Source: https://docs.langchain4j.dev/apidocs/index-all.html Enables logging for the Mistral AI client. ```APIDOC ## MistralAiClient.Builder.logResponses() ### Description Enables logging for the Mistral AI client. ### Method `logResponses()` ### Parameters None. ``` -------------------------------- ### WatsonxChatRequestParameters.Builder.guidedChoice(Set) Source: https://docs.langchain4j.dev/apidocs/index-all.html Sets the guided choice options for Watsonx chat request parameters. ```APIDOC Method guidedChoice(Set) in class dev.langchain4j.model.watsonx.WatsonxChatRequestParameters.Builder ``` -------------------------------- ### WatsonxStreamingChatModel.Builder.guidedChoice(Set) Source: https://docs.langchain4j.dev/apidocs/index-all.html Constrains the model output to one of the given string choices (guided decoding). ```APIDOC Method guidedChoice(Set) in class dev.langchain4j.model.watsonx.WatsonxStreamingChatModel.Builder ``` -------------------------------- ### AbstractAzureCosmosDBNoSqlEmbeddingStore() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructor for the AbstractAzureCosmosDBNoSqlEmbeddingStore class. ```APIDOC ## AbstractAzureCosmosDBNoSqlEmbeddingStore() ### Description Constructor for the AbstractAzureCosmosDBNoSqlEmbeddingStore class. ### Class dev.langchain4j.store.embedding.azure.cosmos.nosql.AbstractAzureCosmosDBNoSqlEmbeddingStore ``` -------------------------------- ### WeaviateEmbeddingStore.WeaviateEmbeddingStoreBuilder Source: https://docs.langchain4j.dev/apidocs/index-all.html Builder for WeaviateEmbeddingStore. ```APIDOC ## avoidDups(Boolean) ### Description Configures duplicate avoidance for the Weaviate Embedding Store. ### Method Method ### Parameters #### Path Parameters - **Boolean** (Boolean) - Required - Description for Boolean parameter ``` -------------------------------- ### WatsonxChatModel.Builder.guidedChoice(Set) Source: https://docs.langchain4j.dev/apidocs/index-all.html Constrains the model output to one of the given string choices (guided decoding). ```APIDOC Method guidedChoice(Set) in class dev.langchain4j.model.watsonx.WatsonxChatModel.Builder ``` -------------------------------- ### WatsonxChatRequestParameters.Builder.guidedChoice(String...) Source: https://docs.langchain4j.dev/apidocs/index-all.html Sets the guided choice options for Watsonx chat request parameters. ```APIDOC Method guidedChoice(String...) in class dev.langchain4j.model.watsonx.WatsonxChatRequestParameters.Builder ``` -------------------------------- ### Audio.Builder() Source: https://docs.langchain4j.dev/apidocs/index-all.html Create a new `Audio.Builder`. ```APIDOC ## Audio.Builder() ### Description Create a new `Audio.Builder`. ### Method Constructor ### Endpoint N/A (Java method) ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (N/A) N/A #### Response Example N/A ``` -------------------------------- ### A2AService.DummyA2AService Source: https://docs.langchain4j.dev/apidocs/index-all.html A dummy implementation of the A2AService interface. ```APIDOC ## A2AService.DummyA2AService ### Description A dummy implementation of the A2AService interface. ### Class dev.langchain4j.agentic.internal.A2AService.DummyA2AService ``` -------------------------------- ### Audio Transcription Prompt Configuration Source: https://docs.langchain4j.dev/apidocs/index-all.html Sets an optional text prompt to guide the model's transcription. ```APIDOC ## Audio Transcription Prompt Configuration ### Description Sets an optional text prompt to guide the model's transcription. ### Methods - `prompt(String)` ### Classes - `dev.langchain4j.model.audio.AudioTranscriptionRequest.Builder` - `dev.langchain4j.model.openai.internal.audio.transcription.OpenAiAudioTranscriptionRequest.Builder` ``` -------------------------------- ### WatsonxStreamingChatModel.Builder.guidedChoice(String...) Source: https://docs.langchain4j.dev/apidocs/index-all.html Constrains the model output to one of the given string choices (guided decoding). ```APIDOC Method guidedChoice(String...) in class dev.langchain4j.model.watsonx.WatsonxStreamingChatModel.Builder ``` -------------------------------- ### DefaultMcpClient.Builder() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructor for DefaultMcpClient.Builder. ```APIDOC ## DefaultMcpClient.Builder() ### Description Constructor for DefaultMcpClient.Builder. ### Method Constructor ### Endpoint N/A (Java method) ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (N/A) N/A #### Response Example N/A ``` -------------------------------- ### WatsonxChatModel.Builder.guidedChoice(String...) Source: https://docs.langchain4j.dev/apidocs/index-all.html Constrains the model output to one of the given string choices (guided decoding). ```APIDOC Method guidedChoice(String...) in class dev.langchain4j.model.watsonx.WatsonxChatModel.Builder ``` -------------------------------- ### AiServiceContextFactory.create(Class) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates an AiServiceContext. ```APIDOC ## create(Class) ### Description Creates an AiServiceContext. ### Method Method in interface dev.langchain4j.spi.services.AiServiceContextFactory ``` -------------------------------- ### AiServiceStartedEvent Source: https://docs.langchain4j.dev/apidocs/index-all.html Represents an event called when an LLM invocation has started. This event signals the beginning of an AI service request. ```APIDOC ## Interface: AiServiceStartedEvent ### Description Called when an LLM invocation has started. ### Package dev.langchain4j.observability.api.event ``` -------------------------------- ### GraalVmJavaScriptExecutionTool() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructor for the GraalVmJavaScriptExecutionTool. ```APIDOC ## GraalVmJavaScriptExecutionTool() ### Description Constructor for the GraalVmJavaScriptExecutionTool. ### Constructor GraalVmJavaScriptExecutionTool() ### Class dev.langchain4j.agent.tool.graalvm.GraalVmJavaScriptExecutionTool ``` -------------------------------- ### LoopAgentServiceImpl.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a LoopAgentServiceImpl. ```APIDOC ## build() ### Description Builds a LoopAgentServiceImpl. ### Parameters None. ``` -------------------------------- ### Metadata.from(ChatMessage, SystemMessage, Object, List) Source: https://docs.langchain4j.dev/apidocs/index-all.html Create a new `Metadata` object. ```APIDOC ## Metadata.from(ChatMessage, SystemMessage, Object, List) ### Description Create a new `Metadata` object. ### Method Static Method ### Endpoint N/A (Static method for metadata creation) ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response N/A ERROR HANDLING: N/A ``` -------------------------------- ### AudioContent.from(URI) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates an AudioContent from a given URL. ```APIDOC ## AudioContent.from(URI) ### Description Create a new `AudioContent` from the given url. ### Method Static method ### Class dev.langchain4j.data.message.AudioContent ``` -------------------------------- ### StdioMcpTransport.Builder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a stdio MCP transport. ```APIDOC ## build() ### Description Builds a stdio MCP transport. ### Method build() ``` -------------------------------- ### McpInitializeRequest Class Source: https://docs.langchain4j.dev/apidocs/index-all.html Corresponds to the `InitializeRequest` type from the MCP schema. ```APIDOC ## Class McpInitializeRequest ### Description Corresponds to the `InitializeRequest` type from the MCP schema. ### Constructor `McpInitializeRequest(Long)` ``` -------------------------------- ### CoherenceChatMemoryStore.create() Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a default CoherenceChatMemoryStore. ```APIDOC ## create() ### Description Create a default `CoherenceChatMemoryStore`. ### Method Static method in class dev.langchain4j.store.memory.chat.coherence.CoherenceChatMemoryStore ``` -------------------------------- ### VideoContent.from(Path, String) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a VideoContent from the file at the given path and mime type. ```APIDOC ## VideoContent.from(Path, String) ### Description Create a new `VideoContent` from the file at the given path and mime type. ### Method Static method ### Class dev.langchain4j.data.message.VideoContent ``` -------------------------------- ### WeaviateEmbeddingStore Constructor Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a new WeaviateEmbeddingStore instance. This class represents the Weaviate vector database. ```APIDOC ## WeaviateEmbeddingStore(String, String, String, Integer, Boolean, Boolean, Integer, String, Boolean, String, Collection, String, String) ### Description Creates a new WeaviateEmbeddingStore instance. ### Constructor WeaviateEmbeddingStore ``` -------------------------------- ### dev.langchain4j.skills.shell.ShellSkills.from Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a `ShellSkills` instance with default configuration from the given skills. ```APIDOC ## ShellSkills.from(FileSystemSkill...) ### Description Creates a `ShellSkills` instance with default configuration from the given skills. ### Method Static method ### Parameters - **skills** (FileSystemSkill...) - Description not available ``` -------------------------------- ### QdrantEmbeddingStore Constructors Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructors for the QdrantEmbeddingStore, allowing initialization with different configurations. ```APIDOC ## QdrantEmbeddingStore(QdrantClient qdrantClient, String collectionName, String similarityFunction) ### Description Initializes a QdrantEmbeddingStore using a QdrantClient and specifying the collection name and similarity function. ### Method CONSTRUCTOR ### Endpoint N/A (Constructor) ### Parameters #### Path Parameters None #### Query Parameters None #### Request Body None ### Request Example None ### Response #### Success Response (200) None #### Response Example None ``` ```APIDOC ## QdrantEmbeddingStore(String host, String apiKey, int port, boolean useTls, String username, String password) ### Description Initializes a QdrantEmbeddingStore with connection details including host, API key, port, TLS usage, username, and password. ### Method CONSTRUCTOR ### Endpoint N/A (Constructor) ### Parameters #### Path Parameters None #### Query Parameters None #### Request Body None ### Request Example None ### Response #### Success Response (200) None #### Response Example None ``` -------------------------------- ### HumanInTheLoop.HumanInTheLoopBuilder inputKey Methods Source: https://docs.langchain4j.dev/apidocs/index-all.html Methods for setting input keys for the HumanInTheLoopBuilder. ```APIDOC ## inputKey(Class, String) ### Description Sets a single input key for the HumanInTheLoopBuilder. ### Method Method ### Parameters #### Path Parameters - **Class** (Class) - Description of the class parameter. - **String** (String) - Description of the string parameter. ``` ```APIDOC ## inputKeys(Class, String, Class, String) ### Description Sets two input keys for the HumanInTheLoopBuilder. ### Method Method ### Parameters #### Path Parameters - **Class** (Class) - Description of the first class parameter. - **String** (String) - Description of the first string parameter. - **Class** (Class) - Description of the second class parameter. - **String** (String) - Description of the second string parameter. ``` ```APIDOC ## inputKeys(Class, String, Class, String, Class, String) ### Description Sets three input keys for the HumanInTheLoopBuilder. ### Method Method ### Parameters #### Path Parameters - **Class** (Class) - Description of the first class parameter. - **String** (String) - Description of the first string parameter. - **Class** (Class) - Description of the second class parameter. - **String** (String) - Description of the second string parameter. - **Class** (Class) - Description of the third class parameter. - **String** (String) - Description of the third string parameter. ``` ```APIDOC ## inputKeys(Class, String, Class, String, Class, String, Class, String) ### Description Sets four input keys for the HumanInTheLoopBuilder. ### Method Method ### Parameters #### Path Parameters - **Class** (Class) - Description of the first class parameter. - **String** (String) - Description of the first string parameter. - **Class** (Class) - Description of the second class parameter. - **String** (String) - Description of the second string parameter. - **Class** (Class) - Description of the third class parameter. - **String** (String) - Description of the third string parameter. - **Class** (Class) - Description of the fourth class parameter. - **String** (String) - Description of the fourth string parameter. ``` ```APIDOC ## inputs(List) ### Description Sets a list of inputs for the HumanInTheLoopBuilder. ### Method Method ### Parameters #### Path Parameters - **List** (List) - Description of the list of inputs. ``` -------------------------------- ### AiServiceContext.create(Class) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates an AiServiceContext. ```APIDOC ## create(Class) ### Description Creates an AiServiceContext. ### Method Static method in class dev.langchain4j.service.AiServiceContext ``` -------------------------------- ### HttpClientBuilder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds an HTTP client. ```APIDOC ## build() ### Description Builds an HTTP client. ### Method build() ``` -------------------------------- ### AgentBuilder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds an Agent. ```APIDOC ## build() ### Description Builds an Agent. ### Parameters None. ``` -------------------------------- ### AudioContent.from(Path, String) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates an AudioContent from the file at the given path and mime type. ```APIDOC ## AudioContent.from(Path, String) ### Description Create a new `AudioContent` from the file at the given path and mime type. ### Method Static method ### Class dev.langchain4j.data.message.AudioContent ``` -------------------------------- ### JdkHttpClientBuilder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a JDK HTTP client. ```APIDOC ## build() ### Description Builds a JDK HTTP client. ### Method build() ``` -------------------------------- ### Video.Builder() Source: https://docs.langchain4j.dev/apidocs/index-all.html Create a new `Video.Builder`. ```APIDOC ## Video.Builder() ### Description Create a new `Video.Builder`. ### Method Constructor ### Endpoint N/A (Java method) ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (N/A) N/A #### Response Example N/A ``` -------------------------------- ### VideoContent.from(URI) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a VideoContent from a given URL. ```APIDOC ## VideoContent.from(URI) ### Description Create a new `VideoContent` from the given url. ### Method Static method ### Class dev.langchain4j.data.message.VideoContent ``` -------------------------------- ### GraalVmJavaScriptExecutionEngine() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructor for the GraalVmJavaScriptExecutionEngine. ```APIDOC ## GraalVmJavaScriptExecutionEngine() ### Description Constructor for the GraalVmJavaScriptExecutionEngine. ### Constructor GraalVmJavaScriptExecutionEngine() ### Class dev.langchain4j.code.graalvm.GraalVmJavaScriptExecutionEngine ``` -------------------------------- ### AgenticService.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds an AgenticService. ```APIDOC ## build() ### Description Builds an AgenticService. ### Parameters None. ``` -------------------------------- ### AbstractAzureAiSearchEmbeddingStore() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructor for the AbstractAzureAiSearchEmbeddingStore class. ```APIDOC ## AbstractAzureAiSearchEmbeddingStore() ### Description Constructor for the AbstractAzureAiSearchEmbeddingStore class. ### Class dev.langchain4j.store.embedding.azure.search.AbstractAzureAiSearchEmbeddingStore ``` -------------------------------- ### ChromaEmbeddingStore.Builder.logResponses Source: https://docs.langchain4j.dev/apidocs/index-all.html Configures the ChromaEmbeddingStore.Builder to log responses. ```APIDOC ## ChromaEmbeddingStore.Builder.logResponses ### Description Configures the builder to log responses. ### Method `logResponses(boolean)` ### Parameters - **logResponses** (boolean) - Description not provided in source. ``` -------------------------------- ### ShellSkills.from(Collection) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a ShellSkills instance with default configuration from a collection of skills. ```APIDOC ## ShellSkills.from(Collection) ### Description Creates a `ShellSkills` instance with default configuration from the given collection of skills. ### Method Static method ### Class dev.langchain4j.skills.shell.ShellSkills ``` -------------------------------- ### McpInitializeResult Class Source: https://docs.langchain4j.dev/apidocs/index-all.html Corresponds to the `InitializeResult` type from the MCP schema. ```APIDOC ## Class McpInitializeResult ### Description Corresponds to the `InitializeResult` type from the MCP schema. ### Constructor `McpInitializeResult(Long, McpInitializeResult.Result)` ### Nested Classes - `McpInitializeResult.Capabilities` - `McpInitializeResult.Capabilities.Tools` - `McpInitializeResult.Result` ``` -------------------------------- ### dev.langchain4j.model.bedrock.BedrockSystemMessage.from Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a simple message with single text content. ```APIDOC ## BedrockSystemMessage.from(String) ### Description Creates a simple message with single text content (no cache point). ### Method Static method ### Parameters - **text** (String) - Description not available ``` -------------------------------- ### Image.Builder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Build the `Image` object. ```APIDOC ## build() ### Description Build the `Image` object. ### Method build() ``` -------------------------------- ### AiMessage.from(List) Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates an AiMessage with the given tool execution requests. ```APIDOC ## AiMessage.from(List) ### Description Create a new `AiMessage` with the given tool execution requests. ### Method Static method ### Class dev.langchain4j.data.message.AiMessage ``` -------------------------------- ### InputGuardrailExecutor.InputGuardrailExecutorBuilder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a new `InputGuardrailExecutor`. ```APIDOC ## build() ### Description Builds a new `InputGuardrailExecutor`. ### Method build() ``` -------------------------------- ### DefaultA2AClientBuilder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds an A2A client. ```APIDOC ## build() ### Description Builds an A2A client. ### Parameters None. ``` -------------------------------- ### ApacheHttpClientBuilder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds an Apache HTTP client. ```APIDOC ## build() ### Description Builds an Apache HTTP client. ### Method build() ``` -------------------------------- ### WatsonxChatModel.builder() Source: https://docs.langchain4j.dev/apidocs/index-all.html Returns a new Builder instance for WatsonxChatModel. ```APIDOC ## WatsonxChatModel.builder() ### Description Returns a new `WatsonxChatModel.Builder` instance. ### Method Static method ### Class dev.langchain4j.model.watsonx.WatsonxChatModel ``` -------------------------------- ### Response constructor Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates a new Response object. ```APIDOC ## Response(T) ### Description Create a new Response. ### Method Constructor ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response N/A #### Success Response (200) N/A #### Response Example N/A ``` ```APIDOC ## Response(T, TokenUsage, FinishReason) ### Description Create a new Response. ### Method Constructor ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response N/A #### Success Response (200) N/A #### Response Example N/A ``` ```APIDOC ## Response(T, TokenUsage, FinishReason, Map) ### Description Create a new Response. ### Method Constructor ### Endpoint N/A ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response N/A #### Success Response (200) N/A #### Response Example N/A ``` -------------------------------- ### PdfFile.Builder.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Build the `PdfFile` object. ```APIDOC ## build() ### Description Build the `PdfFile` object. ### Method build() ``` -------------------------------- ### dev.langchain4j.mcp.protocol.McpServerMethod.from Source: https://docs.langchain4j.dev/apidocs/index-all.html Static method for creating McpServerMethod. ```APIDOC ## McpServerMethod.from(String) ### Description Static method for creating McpServerMethod. ### Method Static method ### Parameters - **method** (String) - Description not available ``` -------------------------------- ### ParallelMapperServiceImpl.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a ParallelMapperServiceImpl. ```APIDOC ## build() ### Description Builds a ParallelMapperServiceImpl. ### Parameters None. ``` -------------------------------- ### ToolCallBuilder.index Source: https://docs.langchain4j.dev/apidocs/index-all.html Initializes the tool call builder. ```APIDOC ## index() ### Description Initializes the tool call builder. ### Method Method ### Parameters #### Path Parameters - None #### Query Parameters - None #### Request Body - None ### Request Example None ### Response #### Success Response (200) None #### Response Example None ``` -------------------------------- ### StdioMcpTransport.Builder() Source: https://docs.langchain4j.dev/apidocs/index-all.html Constructor for StdioMcpTransport.Builder. ```APIDOC ## StdioMcpTransport.Builder() ### Description Constructor for StdioMcpTransport.Builder. ### Method Constructor ### Endpoint N/A (Java method) ### Parameters #### Path Parameters N/A #### Query Parameters N/A #### Request Body N/A ### Request Example N/A ### Response #### Success Response (N/A) N/A #### Response Example N/A ``` -------------------------------- ### ParallelAgentServiceImpl.build() Source: https://docs.langchain4j.dev/apidocs/index-all.html Builds a ParallelAgentServiceImpl. ```APIDOC ## build() ### Description Builds a ParallelAgentServiceImpl. ### Parameters None. ``` -------------------------------- ### dev.langchain4j.model.bedrock.BedrockSystemTextContent.from Source: https://docs.langchain4j.dev/apidocs/index-all.html Creates text content without cache point. ```APIDOC ## BedrockSystemTextContent.from(String) ### Description Creates text content without cache point. ### Method Static method ### Parameters - **text** (String) - Description not available ```