A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W
C
- com.embabel.common.ai.autoconfig - package com.embabel.common.ai.autoconfig
- com.embabel.common.ai.converters - package com.embabel.common.ai.converters
- com.embabel.common.ai.converters.streaming - package com.embabel.common.ai.converters.streaming
- com.embabel.common.ai.model - package com.embabel.common.ai.model
- com.embabel.common.ai.prompt - package com.embabel.common.ai.prompt
- com.embabel.common.util - package com.embabel.common.util
- contribution() - function in com.embabel.common.ai.prompt.CurrentDate
- Based on ChatGPT default system prompt
- contribution() - function in com.embabel.common.ai.prompt.KnowledgeCutoffDate
- Return the string content of the contribution.
- contribution() - function in com.embabel.common.ai.prompt.PromptContributor
- Return the string content of the contribution.
- convert(java.lang.String) - function in com.embabel.common.ai.converters.JacksonOutputConverter
- convert(java.lang.String) - function in com.embabel.common.ai.converters.JacksonOutputConverter
- convert(java.lang.String) - function in com.embabel.common.ai.converters.JacksonOutputConverter
- convertOptions(com.embabel.common.ai.model.LlmOptions) - function in com.embabel.common.ai.model.DefaultOptionsConverter
- convertOptions(com.embabel.common.ai.model.LlmOptions) - function in com.embabel.common.ai.model.OptionsConverter
- convertStream(java.lang.String) - function in com.embabel.common.ai.converters.streaming.StreamingJacksonOutputConverter
- Convert streaming JSONL text to a Flux of typed objects.
- convertStreamWithThinking(java.lang.String) - function in com.embabel.common.ai.converters.streaming.StreamingJacksonOutputConverter
- Convert streaming text with thinking blocks into StreamingEvent objects.
- costOf(java.lang.Integer,java.lang.Integer) - function in com.embabel.common.ai.model.PricingModel
- costOf(java.lang.Integer,java.lang.Integer) - function in com.embabel.common.ai.model.PricingModel
- costOf(org.springframework.ai.chat.metadata.Usage) - function in com.embabel.common.ai.model.PricingModel
- costOf(org.springframework.ai.chat.metadata.Usage) - function in com.embabel.common.ai.model.PricingModel
- create(java.lang.String,java.lang.String) - function in com.embabel.common.ai.model.EmbeddingServiceMetadata.Companion
- create(java.lang.String,java.lang.String,java.time.LocalDate,com.embabel.common.ai.model.PricingModel) - function in com.embabel.common.ai.model.LlmMetadata.Companion
- create(java.lang.String,java.lang.String,java.time.LocalDate) - function in com.embabel.common.ai.model.LlmMetadata.Companion
- create(java.lang.String,java.lang.String) - function in com.embabel.common.ai.model.LlmMetadata.Companion
- CurrentDate - class in com.embabel.common.ai.prompt
- Expose the current date as a prompt contributor.