Index

C E H L M O P S T U 
All Classes and Interfaces|All Packages

C

callOpenAi(LlmActor.PromptArgs) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmActor
 
callOpenAi(String) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmClient
Sends the given text to the configured OpenAI-compatible endpoint and returns the model's reply.
com.scivicslab.turingworkflow.plugins.llm - package com.scivicslab.turingworkflow.plugins.llm
 

E

enabled() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.EnableThinkingArgs
Returns the value of the enabled record component.
EnableThinkingArgs(Boolean) - Constructor for record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.EnableThinkingArgs
Creates an instance of a EnableThinkingArgs record class.
equals(Object) - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.EnableThinkingArgs
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.OpenAiUrlArgs
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.PromptArgs
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.UrlArgs
Indicates whether some other object is "equal to" this one.

H

hashCode() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.EnableThinkingArgs
Returns a hash code value for this object.
hashCode() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.OpenAiUrlArgs
Returns a hash code value for this object.
hashCode() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.PromptArgs
Returns a hash code value for this object.
hashCode() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.UrlArgs
Returns a hash code value for this object.

L

LlmActor - Class in com.scivicslab.turingworkflow.plugins.llm
LlmClient をアクターとして動かし、その操作をワークフローYAMLへ公開する。
LlmActor(String, IIActorSystem) - Constructor for class com.scivicslab.turingworkflow.plugins.llm.LlmActor
 
LlmActor.EnableThinkingArgs - Record Class in com.scivicslab.turingworkflow.plugins.llm
Whether the model should be asked to think before answering.
LlmActor.OpenAiUrlArgs - Record Class in com.scivicslab.turingworkflow.plugins.llm
The endpoint to send to and the model to ask for.
LlmActor.PromptArgs - Record Class in com.scivicslab.turingworkflow.plugins.llm
The text to send.
LlmActor.UrlArgs - Record Class in com.scivicslab.turingworkflow.plugins.llm
The endpoint to send to.
LlmClient - Class in com.scivicslab.turingworkflow.plugins.llm
LLMサーバ/MCPゲートウェイへの問い合わせ を保持する素のオブジェクト。アクターとして動かすのは LlmActor の役目であり、 「アクターであること」はこのクラスの性質ではない(ActorSuffixAndOwnedActorRef_260722_oo01)。 Actor that calls an LLM service.
LlmClient() - Constructor for class com.scivicslab.turingworkflow.plugins.llm.LlmClient
 

M

model() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.OpenAiUrlArgs
Returns the value of the model record component.

O

OpenAiUrlArgs(String, String) - Constructor for record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.OpenAiUrlArgs
Creates an instance of a OpenAiUrlArgs record class.

P

prompt() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.PromptArgs
Returns the value of the prompt record component.
PromptArgs(String) - Constructor for record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.PromptArgs
Creates an instance of a PromptArgs record class.

S

setDirectUrl(LlmActor.UrlArgs) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmActor
 
setDirectUrl(String) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmClient
Sets the base URL for direct chat-ui REST API access.
setEnableThinking(LlmActor.EnableThinkingArgs) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmActor
 
setEnableThinking(String) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmClient
Enables or disables extended thinking for Qwen3-family models (default: disabled).
setOpenAiUrl(LlmActor.OpenAiUrlArgs) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmActor
 
setOpenAiUrl(String) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmClient
 
setOpenAiUrl(String, String) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmClient
Sets the endpoint and, when given, the model to ask for.
setOutputListener(Consumer<String>) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmClient
Sets an output listener that will be called with status messages, LLM responses, and error notifications.
setSystemPrompt(LlmActor.PromptArgs) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmActor
 
setSystemPrompt(String) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmClient
Sets a system-level instruction prepended to every callOpenAi request.
submitDirect(LlmActor.PromptArgs) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmActor
 
submitDirect(String) - Method in class com.scivicslab.turingworkflow.plugins.llm.LlmClient
Submits a prompt directly to a chat-ui instance via its REST API.

T

toString() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.EnableThinkingArgs
Returns a string representation of this record class.
toString() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.OpenAiUrlArgs
Returns a string representation of this record class.
toString() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.PromptArgs
Returns a string representation of this record class.
toString() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.UrlArgs
Returns a string representation of this record class.

U

url() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.OpenAiUrlArgs
Returns the value of the url record component.
url() - Method in record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.UrlArgs
Returns the value of the url record component.
UrlArgs(String) - Constructor for record class com.scivicslab.turingworkflow.plugins.llm.LlmActor.UrlArgs
Creates an instance of a UrlArgs record class.
C E H L M O P S T U 
All Classes and Interfaces|All Packages